blob: fc6d386a0f399063ca6808aa63e5896d35af64ce (
plain)
1
2
3
4
5
6
|
SELECT lower( abc )
sql_keyword ------
sql_func ----------------
sql_ident -----
sql_ident ---
lower: Returns a copy of the given string with all ASCII characters converted to lower case.
|