mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
a27198e8ca
... and a pile of other changes
13 lines
543 B
Plaintext
13 lines
543 B
Plaintext
SELECT instr(lower(abc), '123') FROM bar
|
|
sql_keyword ------
|
|
sql_ident -----
|
|
sql_func -----------------------
|
|
sql_ident -----
|
|
sql_func ---------
|
|
sql_ident ---
|
|
sql_comma -
|
|
sql_string -----
|
|
sql_keyword ----
|
|
sql_ident ---
|
|
SELECT: Query the database and return zero or more rows of data.
|