Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql where contains

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

PREVIOUS NEXT
Code Example
Sql :: trim leading zeros in sql 
Sql :: mssql find deadlocks 
Sql :: oracle source code 
Sql :: sql values not in another table 
Sql :: Suse Linux restart MySQL 
Sql :: drop multiple databases mysql 
Sql :: date formats in sql server 
Sql :: docker run postgres locally 
Sql :: mysql timestamp to date 
Sql :: date format in sql 
Sql :: mysql query bulk insert 
Sql :: postgresql create schema in specific database 
Sql :: delete dublicate rows sql 
Sql :: install postgresql centos 5 
Sql :: sql first character 
Sql :: how to get duplicate records with multiple field in sql 
Sql :: postgres datetime now 
Sql :: pl/sql loop example 
Sql :: copying query result to excel 
Sql :: mysql database create 
Sql :: create table postgresql foreign key 
Sql :: rename field name in mysql 
Sql :: mysql update with subquery 
Sql :: date format in postgresql 
Sql :: restart sql server command line linux 
Sql :: select new table sql 
Sql :: SQL Auto Increment Primary Key - PostgreSQL 
Sql :: how to run mysql on terminal mac 
Sql :: sql server change schema of a table 
Sql :: update and replace mysql 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =