blob: dfe4674da934be151cd8618c2f962796381a5eec (
plain)
1
2
3
4
5
|
[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
|