lnav/test/expected/test_sql.sh_5fe26fe4fc22f23f8dbe3a6aab394602886f2971.err
2022-07-13 22:24:49 -07:00

6 lines
492 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

✘ 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