Horje
funktion LOWER/UPPER sql Code Example
uppercase and lowercase in sql
select UPPER('converted to upper');
select LOWER('CONVERTED TO LOWER');
funktion LOWER/UPPER sql
LOWER/UPPER
LOWER wandelt eine String in eine in Kleinbuchstaben um. 
UPPER ist das Gegenstück zu LOWER, und wandelt den String 
in Grossbuchstaben um.

SELECT LOWER (expression)

SELECT UPPER (expression)




Sql

Related
employee sample data mysql Code Example employee sample data mysql Code Example
alasql delete column Code Example alasql delete column Code Example
postgresql replace html tags from string Code Example postgresql replace html tags from string Code Example
how to create enum in postgreSQL Code Example how to create enum in postgreSQL Code Example
SQL BULK INSERT Code Example SQL BULK INSERT Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7