Pg Update using query on secondary table #1432
shalabgoel
started this conversation in
General
Replies: 1 comment
-
You can fallback to using a raw query in this case https://github.com/volatiletech/sqlboiler?tab=readme-ov-file#raw-query |
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
-
Hello,
I have two tables in Postgres:
Looking for insights on how to update records in task_status table based on conditions on ex_status table using SqlBoiler.. I can write something like the following in SQL.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions