Skip to content

Passing slice into an IN query #1482

Answered by taylow
taylow asked this question in Q&A
Discussion options

You must be logged in to vote

I have figured it out! I hadn't read this properly, and thought it was a different kind of query! I still had to rename the value using sqlc.arg(ids), as it was still being named dollar_1, but that's fine 😊

For reference, the following statement worked:

-- name: RetrieveWorkspaces :many
-- RetrieveWorkspaces fetches a list of Workspaces by their ID from the database
SELECT *
FROM "workspace"
WHERE id = ANY(sqlc.arg(ids)::uuid []);

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by taylow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant