Subqueries with INSERT - errors
I'm trying to create an insert that uses a subquery
Getting type errors on orgId, seems its not detecting correct type of sq.id
If I explicitly set sq.id to a number, no more errors
Still need to queries though....
3 Replies
@McPizza I'm trying to do the same, did you ever find a solution?
Never got this to work for me
I do not think this is supported yet. The best workaround is run a select and the an update inside a transaction