Re: Flink SQL: Execute DELETE queries

2019-05-28 Thread JingsongLee
.apache.org Subject: RE: Flink SQL: Execute DELETE queries Hi Papadopoulos, Unfortunately no, there is no DELETE or MODIFY queries, you should create new table as a result of query which will filter records from existing one From: Papadopoulos, Konstantinos Sent: Tuesday, May 28, 2019 5:2

RE: Flink SQL: Execute DELETE queries

2019-05-28 Thread Papadopoulos, Konstantinos
: Flink SQL: Execute DELETE queries Hi Papadopoulos, Unfortunately no, there is no DELETE or MODIFY queries, you should create new table as a result of query which will filter records from existing one From: Papadopoulos, Konstantinos mailto:konstantinos.papadopou...@iriworldwide.com>>

RE: Flink SQL: Execute DELETE queries

2019-05-28 Thread Vasyl Bervetskyi
Hi Papadopoulos, Unfortunately no, there is no DELETE or MODIFY queries, you should create new table as a result of query which will filter records from existing one From: Papadopoulos, Konstantinos Sent: Tuesday, May 28, 2019 5:25 PM To: user@flink.apache.org Subject: Flink SQL: Execute