You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I still need to do some more research on this but it seems like certain relations in WHERE clauses are not allowed for UPDATE vs SELECT statements. Initially, I was thinking of doing it like the following:
I still need to do some more research on this but it seems like certain relations in WHERE clauses are not allowed for UPDATE vs SELECT statements. Initially, I was thinking of doing it like the following:
Then in the Update query builder, we can restrict inputs to use
Relation[ScalaType, UpdateRelationOperator]
The text was updated successfully, but these errors were encountered: