J
js
Hi,
Can I put two table in one update statement like this:
UPDATE tb1, tb2 SET _tb1.ID= tb2 .ID
What it will do? Please advice.
Can I put two table in one update statement like this:
UPDATE tb1, tb2 SET _tb1.ID= tb2 .ID
What it will do? Please advice.