Search
 
SCRIPT & CODE EXAMPLE
 

SQL

uppercase and lowercase in sql

select UPPER('converted to upper');
select LOWER('CONVERTED TO LOWER');
Comment

how to write lowercase in sql

SELECT UPPER(FIRST_NAME) , LOWER(LAST_NAME)
FROM CUSTOMERS ;
Comment

PREVIOUS NEXT
Code Example
Sql :: mysql show create table 
Sql :: add not null constraint sql server 
Sql :: how to find unique element in sql 
Sql :: default password for mysql_secure_installation in mac 
Sql :: sql update multiple rows 
Sql :: oracle concat datetime 
Sql :: sql select row with max date 
Sql :: oracle session statistics 
Sql :: mysql not equal 
Sql :: mysql case when in select 
Sql :: create empty table from existing table 
Sql :: mql5 datetime get hour 
Sql :: union vs intersect sql 
Sql :: format the money fied with comma in international system using sql 
Sql :: sql server port 
Sql :: mysql find_in_set join 
Sql :: select into 
Sql :: oracle create tablespace autoextend 
Sql :: read xml in sql server 
Sql :: restart mysql 
Sql :: POSTGRES INSERT INTO TABLE VALUE FROM OTHER TABLE 
Sql :: mysql function to remove multiple spaces from the string 
Sql :: sql update record 
Sql :: execut sql python 
Sql :: sql pivot 
Sql :: choose only one for each distinct collumn regardless of other columns 
Sql :: what is non relational database 
Sql :: sql group by 
Sql :: mysql size of database 
Sql :: mysql filter by date mount 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =