Answers for "multiple like in sql query"

SQL
1

multiple like in sql

SELECT * FROM my_table WHERE (colA LIKE '%hello%' OR colB LIKE '%world%');
Posted by: Guest on May-24-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language