swee revised this gist 2 days ago. Go to revision
1 file changed, 8 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,8 @@ | |||
| 1 | + | [root@thelounge /]# sqlite3 /usr/local/etc/thelounge/logs/swee.sqlite3 | |
| 2 | + | SQLite version 3.50.4 2025-07-30 19:33:53 | |
| 3 | + | Enter ".help" for usage hints. | |
| 4 | + | sqlite> SELECT msg, type, time, network, channel FROM messages WHERE type = "message"; | |
| 5 | + | Parse error: no such column: "message" - should this be a string literal in single-quotes? | |
| 6 | + | time, network, channel FROM messages WHERE type = "message"; | |
| 7 | + | error here ---^ | |
| 8 | + | sqlite> | |
Newer
Older