Login
From:
Stack Overflow
(Uncensored)
subscribe
sql - How to update rows of two tables that have foreign key restrictions - Stack Overflow
https://stackoverflow.com/questions/34383412/how-to-update-rows-of-two-tables-that-have-foreign-key-restrictions
links
backlinks
Roast topics
Find topics
Find it!
I have two tables: one is foreign reference table lets say table a and other one is the data table lets say table b. Now, when I need to change the data in table b, but I get restricted by table a....