Search
 
SCRIPT & CODE EXAMPLE
 

SQL

sql where part of string match

select * from docs where DOC_NAME like '%virus%spyware%'
-- OR
select * from docs where DOC_NAME like '%virus%' or DOC_NAME like '%spyware%'
Comment

PREVIOUS NEXT
Code Example
Sql :: sql Split string function 
Sql :: SQL column name Oracle 
Sql :: mysql time 
Sql :: exec procedure pl sql 
Sql :: oracle create table primary key 
Sql :: sql server change column data type 
Sql :: python mysql create table if not exists 
Sql :: psql select * from table 
Sql :: find mysql password 
Sql :: mysql find duplicate rows multiple columns 
Sql :: MySQL import data from large CSV file 
Sql :: sql values to array of objects 
Sql :: t sql dynamic top n query 
Sql :: mysql timezone 
Sql :: android sqlite database example 
Sql :: create function postgresql 
Sql :: add column alter table default value 
Sql :: POSTGRES INSERT INTO TABLE VALUE FROM OTHER TABLE 
Sql :: convert rows into columns in oracle 
Sql :: mysql limit order by 
Sql :: sql get month and year from date 
Sql :: json_remove mysql 
Sql :: mysql join two tables 
Sql :: setval in postgres 
Sql :: sql server datetime 
Sql :: get stored procedure text sql server 
Sql :: how to use query in nosql 
Sql :: microsoft sql server python connection 
Sql :: mysql replace regex 
Sql :: GUI for sqlite mac 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =