LIKE in Apache Ignite should work as it is described in SQL standard, where '%' means 'any characters'.
Note that indexes can only be used with LIKE if wildcard is not used at first position: foo LIKE '%bar%' - no index. foo LIKE 'bar%' - can use index. Regards, -- Ilya Kasnacheev 2018-05-23 12:27 GMT+03:00 the_palakkaran <[email protected]>: > Hi, will like operator work in Apache ignite in the same way as in Oracle? > I > saw somewhere it should be uses as key=%value%. > > > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
