-
Notifications
You must be signed in to change notification settings - Fork 923
-
Hello guys,
First, congrats for sqlc
, that's really a great tool.
Quick question: is it possible to generate a DELETE
query to delete multiple items at the same time? The idea would be to have something like this:
-- name: DeleteInBulk :exec
DELETE
FROM table
WHERE id IN (1ドル::uuid[]);
I didn't see anything in the documentation for that, hope I didn't miss it!
Thanks a lot in advance.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment