on 2021 Mar 23 7:53 PM
how to add underscore in flexible search query as underscore does not work in oracle like clause and if it is oracle query we can add something like below but how can we do that in flexible search query
<code>SELECT * FROM TABLE1 WHERE NAME LIKE 'test\_1%' escape '\'
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.