Hi,
I need to use a SQL function with a Like operator. Do you know how to do that ?
Many thanks.
Hi,
I need to use a SQL function with a Like operator. Do you know how to do that ?
Many thanks.
Hi Rémi,
w3schools.com is an excellent resource for technical information. Their SQL material is at http://www.w3schools.com/sql/default.asp and their description of the LIKE syntax is at http://www.w3schools.com/sql/sql_like.asp.
Hope this helps!
Thanks,
Janice
Hi Janice,
Thank you for your answer. Actually, I know how to use this operator in a SQL function, but I didn't find it in Klipfolio.
I solved my problem with CONTAINS().
Thanks for added the LOWER function reference. Saved me a ton of debugging.