Search
 
SCRIPT & CODE EXAMPLE
 

SQL

mysql convert column to uppercase

UPDATE my_table SET my_column = UPPER(my_column)
Comment

mysql to uppercase

SELECT upper('Hello World');		-- HELLO WORLD
SELECT lower('Hello World');		-- hello world
Comment

PREVIOUS NEXT
Code Example
Sql :: org.h2.jdbc.jdbcsqlsyntaxerrorexception table not found 
Sql :: possgress drop if exists view 
Sql :: phpmyadmin delete user 
Sql :: alter table name 
Sql :: SQl Server Versionen Releases und Build-Nummern 
Sql :: mysql alter decimal precision 
Sql :: An error occurred while installing mysql2 (0.3.20), and Bundler cannot continue. 
Sql :: oracle last day of month 
Sql :: oracle sysdate - 1 month 
Sql :: mysql add fields 
Sql :: date_trunc postgres 
Sql :: sql server current date 
Sql :: foreign key sqlite3 python 
Sql :: delete a record from a table sqlite3 
Sql :: sql timestamp to date 
Sql :: sql create index 
Sql :: incorrect string value: mysql 
Sql :: opensuse restart MySQL 
Sql :: spring import sql 
Sql :: sql add column after another column 
Sql :: mysql add to number 
Sql :: rename constraint postgresql 
Sql :: mysql regex replace 
Sql :: psql select unique 
Sql :: CONCAT_WS() concat function we can use for adds two or more expressions together with a separator or delimeter. 
Sql :: sql in array query 
Sql :: command line mysql xampp 
Sql :: check constraint in sql 
Sql :: apex set debug level 
Sql :: cursor.execute in python sqlite3 
ADD CONTENT
Topic
Content
Source link
Name
4+4 =