mirror of
https://github.com/tstack/lnav
synced 2024-11-09 19:10:52 +00:00
6 lines
76 B
SQL
6 lines
76 B
SQL
|
|
SELECT * FROM sqlite_master;
|
|
|
|
-- comment test
|
|
CREATE TALE invalid (x y z);
|