M Mike M Member Nov 20, 2003 #1 I would like to know if there is a way to allow plsql developer to run multiple sql statements in a row. select * from table; / select * from another_table; / I get an ora-00911 invalid character
I would like to know if there is a way to allow plsql developer to run multiple sql statements in a row. select * from table; / select * from another_table; / I get an ora-00911 invalid character