Thank you very much
example on like and in operation
--
View this message in context:
http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/how-can-Handling-in-flink-this-operation-in-sql-bettween-like-In-tp985p987.html
Sent from the Apache Flink (Incubator) User
20;
> 2- The SQL LIKE Operator Example
> SELECT * FROM Customers
> WHERE City LIKE 's%';
> 3-IN Operator Example
> SELECT * FROM Customers
> WHERE City IN ('Paris','London');
>
>
>
> --
> View this message in context:
> http://apache-flink-
this message in context:
http://apache-flink-incubator-user-mailing-list-archive.2336050.n4.nabble.com/how-can-Handling-in-flink-this-operation-in-sql-bettween-like-In-tp985.html
Sent from the Apache Flink (Incubator) User Mailing List archive. mailing list
archive at Nabble.com.