-
'select order, name from ts_users WHERE name = "ash"'; Error: Syntax error at line 1 col 13: select order, |
Beta Was this translation helpful? Give feedback.
Answered by
oguimbal
May 16, 2022
Replies: 1 comment
-
see my remark on your issue: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
oguimbal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
see my remark on your issue:
order
is a keyword, it cannot be used as a name without double-quoting it"order"