Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle like case insensitive

select * from my_table where lower(column_1) LIKE lower('my_string')
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql insert from local csv 
Sql :: mysql create timestamp column 
Sql :: mysql to lowercase 
Sql :: real world example of nosql 
Sql :: how to use like in sql 
Sql :: tsql random number 
Sql :: sysdate in oracle sql 
Sql :: how to change mysql root password in windows 10 
Sql :: connecting to mysql database using python 
Sql :: where not in array sql 
Sql :: postgresql allow remote connection 
Sql :: insert a select statement into a table 
Sql :: sql insert inserted id 
Sql :: show procedures mysql 
Sql :: get ip from phpmyadmin 
Sql :: incorrect string value: mysql 
Sql :: trigger in postgresql to change incoming entry 
Sql :: where date in datetime mysql 
Sql :: sqlite show table definition 
Sql :: sql server update column based on another table 
Sql :: postgres populate table from another table 
Sql :: postgresql to_char time 
Sql :: spring datasource properties mysql 
Sql :: amazon linux postgresql client 
Sql :: count mysql 
Sql :: mysql database is not starting in xampp 
Sql :: update from table tsql 
Sql :: order by desc postgres 
Sql :: sql create schema 
Sql :: compare date mysql 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =