CREATE TABLE ......
......
/
COMMIT
/
CREATE TABLE .......
......
/
COMMIT
/
CREATE TABLE ....
....
/
COMMIT
/
I like to get rid of "COMMIT" and the following "/" together and leave
the "/" above COMMIT intact. What would be the simplest way to
accomplish this?
Thank you very much in advance.
Limin