syntax error at or near "RETURNING" #1255
Unanswered
app-o-matix
asked this question in
Q&A
Replies: 2 comments
-
I have got same error |
Beta Was this translation helpful? Give feedback.
0 replies
-
Didn't you forget a trailing comma in your request ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm getting this error when I run
sqlc generate
. In GoLand, it is highlighting the semicolon inRETURNING *;
, after which my sql has a blank line then the magic comment for the next query. I remember seeing this before, but I don't recall what I did to overcome it. Any suggestions? Thanks!Beta Was this translation helpful? Give feedback.
All reactions