Syntax error near '%1'
Item |
Value |
---|---|
SQLCode |
-131 |
Constant |
SQLE_SYNTAX_ERROR |
SQLState |
42W04 |
ODBC State |
42000 |
Parameter 1 |
the word or symbol where the syntax error has been detected |
The database engine cannot understand the command you are trying to execute. If you have used a keyword (such as DATE) for a column name, try enclosing the keyword in quotation marks (“DATE”).