lnav/test/expected/test_sql_anno.sh_99da5994c8c90536dbdb1b8ad7dbfb41698a5e8c.out
Timothy Stack a27198e8ca [regex101] add an integration with regex101
... and a pile of other changes
2022-04-30 13:06:01 -07:00

11 lines
450 B
Plaintext

SELECT instr(lower(abc), '123')
sql_keyword ------
sql_ident -----
sql_func -----------------------
sql_ident -----
sql_func ---------
sql_ident ---
sql_comma -
sql_string -----
lower: Returns a copy of the given string with all ASCII characters converted to lower case.