sql - update two or more tables with the single statement -


How do I update two or more tables without the help of which section?

Thanks

You can do this Updateable view < / Strong> and instead of the trigger

For this, you have to create a view on your base tables and for this view, add "trigger instead"

Later you can update the scene directly.

Check the following links for more information


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -