1
It is possible to update my database as follows:
My tables in the database have a field emp_codigo ? i would like to update the value of everyone that has in the database to 1
I don’t know if you understand, but example:
Have x tables with the same field emp_codigo and each table has a number x tuple and want to update all tuples of all tables in the field emp_codigo to receive value 1, it is possible?
I believe this question has already been answered at this link: How to make a dynamic update to all database tables for a specific column
– Nicolas Pereira
Possible duplicate of How to make a dynamic update to all database tables for a specific column
– Sorack