Search
 
SCRIPT & CODE EXAMPLE
 

SQL

ignore case like sql

SELECT DISTINCT COL_NAME FROM myTable WHERE UPPER(COL_NAME) LIKE UPPER('%PriceOrder%') -- OR LOWER
Comment

PREVIOUS NEXT
Code Example
Sql :: count characters of string mysql 
Sql :: update with inner join postgres 
Sql :: how to update random rows in sql 
Sql :: Query the list of CITY names from STATION that either do not start with vowels or do not end with vowels. Your result cannot contain duplicates. 
Sql :: add column if not exists mysql 
Sql :: how to drop all tables in postgresql 
Sql :: sql drop default 
Sql :: sql date diff 
Sql :: How to check event scheduler status mysql 
Sql :: sparql list all graphs 
Sql :: sql mm/dd/yyyy format 
Sql :: oracle nextval insert 
Sql :: run sql file in terminal 
Sql :: mysqldump --skip-lock-tables 
Sql :: how to create a table in mysql 
Sql :: mysql export and import 
Sql :: oracle select first row order by 
Sql :: how to test for sql injection 
Sql :: create view in sql 
Sql :: SQLSTATE[42000]: Syntax error or access violation: 1075 Incorrect table definition; there can be only one auto column and it must be defined as a key" 
Sql :: oracle revoke grant 
Sql :: sql find duplicate records in two tables 
Sql :: postgres regular expression replace 
Sql :: oracle apex view logs 
Sql :: null sql 
Sql :: sql convert datetime to year 
Sql :: ERROR 1046 (3D000): No database selected 
Sql :: create delete procedure mysql 
Sql :: activate log mariadb 
Sql :: query to count the number of rows in a table in sqlalchemy 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =