Is it possible to embed structs on a complex query? #3770
Unanswered
stargeneration-winston
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The given example on embedding structs is as follows:
If I wish to embed structs on a more complex query, is it possible? For example:
I tried to replace each
s.*
withsqlc.embed(users)
but then it fails on thes.id
WHERE condition.Beta Was this translation helpful? Give feedback.
All reactions