VT12001: unsupported: unaliased multiple tables in update #589
Replies: 1 comment 1 reply
-
Hello @InsightfulFuture, I believe you may have also wrote into support with the same question? I'm sharing the same answer here in case it's useful for anyone else. The query example you shared seems like it would fall under one of the currently unsupported cases for the new foreign key constraints functionality and is documented here: And also here within Vitess itself: It's likely that in the future the list of unsupported cases will become smaller, but for the moment you would likely have to split up your |
Beta Was this translation helpful? Give feedback.
-
I recently turned on the foreign key beta and updated my tables to include foreign keys (ex:
userId
is a foreign key on theTasks
table).Every time I try to run the simple update query below in the Planetscale console I get the error:
VT12001: unsupported: unaliased multiple tables in update
Update query:
Beta Was this translation helpful? Give feedback.
All reactions