Hi,
Sometimes I need to make a lot of similar sentences, e.g.:
drop user a cascade;
drop user b cascade;
drop user c cascade;
...
I can select those users from browser, drag into SQL window and then select Name. But, I'll get
a,
b,
c,
...
And I've to change each line, which is painful.
Is...