Answers for "select from table where column does not contain"

SQL
3

sql not contains

SELECT * FROM tbl WHERE tbl.col NOT LIKE '%text%';
Posted by: Guest on May-14-2020

Code answers related to "select from table where column does not contain"

Code answers related to "SQL"

Browse Popular Code Answers by Language