mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
SELECT foo(bar())
|
|
sql_keyword ------
|
|
sql_func ---------
|
|
sql_ident ---
|
|
sql_func ----
|
|
sql_ident ---
|
|
SELECT: Query the database and return zero or more rows of data.
|