How to use the SQL LIKE ANY command?
Hi all.I am trying to use the input from a text box to have a SQL query that uses the LIKE command, but with multiple entries.Getting the list out of the text box is easy, the problem comes when I try a SQL query with LIKE and a list.id = {"R8D-304%","R8D-404%","R8D-515%"};Select WHERE Serial LIKE ANY (????)This is where I have problems. I've used the Concait Items when searching for a list of ex...
