Is it possible to run many update statements together in TOAD?
I always have this question that in SQL if it is possible to run many update statements together? Recently we have to update a column in a table for many rows. As far as I know, I have to execute the update statements one by one for many times which doesn't sounds very smart :-).
Please let me if you know some way to put them together.
Thanks,
Ning