mirror of
https://github.com/tstack/lnav
synced 2024-11-19 15:25:34 +00:00
7 lines
267 B
Plaintext
7 lines
267 B
Plaintext
|
SELECT lower( abc )
|
||
|
sql_keyword ------
|
||
|
sql_ident -----
|
||
|
sql_func ----------------
|
||
|
sql_ident ---
|
||
|
lower: Returns a copy of the given string with all ASCII characters converted to lower case.
|