Good afternoon, please, as I place a select field that has a one RESERVED WORD FOR EXAMPLE "STATUS"?
The cause of your error depends on what database vendor you are working with. You may need to double quote the "status" column. If you still have issues, let us know the database vendor and version.
The cause of your error depends on what database vendor you are working with. You may need to double quote the "status" column. If you still have issues, let us know the database vendor and version.
thanks for the help, I'm making a query in a MongoDB!
thanks for the help, I'm making a query in a MongoDB!
Niels, sory .. i add .. but not work
Niels, sory .. i add .. but not work
40 KB
The color of the word does not effect the syntax. The reason you are getting an error is because you don't have a "=" or "like" operator between the word "status" and the value.
The color of the word does not effect the syntax. The reason you are getting an error is because you don't have a "=" or "like" operator between the word "status" and the value.
I'm doing a select, however have a field / column named status and AQUA think qa word: "status" is reserved and error!
I wonder how to do a select with the reserved word!
I have attached an example of the error
I'm doing a select, however have a field / column named status and AQUA think qa word: "status" is reserved and error!
I wonder how to do a select with the reserved word!
I have attached an example of the error
39 KB
Hi, please provide a clarification on your question.
Hi, please provide a clarification on your question.
NielsGron.it worked .. thanks