You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/expected/test_sql.sh_5fe26fe4fc22f23...

6 lines
492 B
Plaintext

✘ error: invalid SQL statement
reason: using a question-mark (?) for bound variables is not supported, only named bound parameters are supported
 --> command-option:1
 | ;SELECT 1 = ? 
 = help: named parameters start with a dollar-sign ($) or colon (:) followed by the variable name