mirror of
https://github.com/tstack/lnav
synced 2024-11-05 21:21:19 +00:00
6 lines
492 B
Plaintext
6 lines
492 B
Plaintext
|
[1m[31m✘ error[0m: invalid SQL statement
|
|||
|
[1m[31mreason[0m: using a question-mark (?) for bound variables is not supported, only named bound parameters are supported
|
|||
|
[36m --> [0m[1mcommand-option[0m:1
|
|||
|
[36m | [0m[37m[40m;[0m[1m[36m[40mSELECT[0m[37m[40m [0m[1m[37m[40m1[0m[37m[40m [0m[1m[37m[40m=[0m[37m[40m ? [0m
|
|||
|
[36m =[0m [36mhelp[0m: named parameters start with a dollar-sign ($) or colon (:) followed by the variable name
|