A
Allen Blevins
I have multiple queries that do the same thing.
query1 does a find and update on table1
query2 does a find and update on table2
query1 and query2 are doing the same thing.
is there a way to have just 1 query do a find an update to both table1 and
table2?
query1 does a find and update on table1
query2 does a find and update on table2
query1 and query2 are doing the same thing.
is there a way to have just 1 query do a find an update to both table1 and
table2?