Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql select on string

# credit to the Stack Overflow user in the source link
# this is just an example to include any words from a given set

SELECT * FROM mytable
WHERE column1 LIKE 'word1'
   OR column1 LIKE 'word2'
   OR column1 LIKE 'word3'
Comment

PREVIOUS NEXT
Code Example
Sql :: sql table 
Sql :: delete insert record in sql server 
Sql :: having clause 
Sql :: insert or update sql query 
Sql :: mysql search multiple tables 
Sql :: sql highest salary by location 
Sql :: sql numeric data type 
Sql :: oracle ora-00054 how to unlock 
Sql :: set engine to innodb 
Sql :: last 2 mins sql server 
Sql :: sql foreign key constraint 
Sql :: sqlite create record 
Sql :: create a plsql object 
Sql :: case construct in where clause 
Sql :: how to set all the time serveroutput on in oracle sql developer 
Sql :: mysql error the maximum column size is 767 bytes. 
Sql :: java sql connection close 
Sql :: SQL:RANK function to delete duplicate rows 
Sql :: mysql row generator 
Sql :: how to dump .csv file into mysql 
Sql :: acual month sql 
Sql :: identify rows with 2 same column value and delete duplicate mysql 
Sql :: find current server name for SSMS 
Sql :: inserted row count tsql 
Sql :: create table 
Sql :: how to save postgresql query 
Sql :: select into oracle 
Sql :: apex for oracle 11g 
Sql :: creating database with - 
Sql :: while mysql 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =