How to update multiple tables when column name is same
549760Feb 23 2009 — edited Feb 23 2009Hi,
I have some 22 tables whose column neet to updated. can I update all the tables in a single update statement?
ex: update table1,table2 set rqstid=rqstid||'EQ' where rqstid in ('111','2222'); (rqstid is the name of the column present in table1,table2)
Please help me. Instead of writing 22 update statements can I use single update stmt for all the tables.
Regards,
Chanda