M marek Member² Jun 1, 2011 #1 Hi, the following statement causes 'sql error' message in command window: CREATE OR REPLACE VIEW test_vw AS select * FROM dual /* xxxx */ -- xxx WHERE 1 = 1 / it's ok without empty row after /* xxxx */ Regards, Marek
Hi, the following statement causes 'sql error' message in command window: CREATE OR REPLACE VIEW test_vw AS select * FROM dual /* xxxx */ -- xxx WHERE 1 = 1 / it's ok without empty row after /* xxxx */ Regards, Marek
Marco Kalter Administrator Staff member Jun 1, 2011 #1 This is the same behavior as SQL*Plus. You can execute the "SET SQLBLANKLINES ON" command to override this.
This is the same behavior as SQL*Plus. You can execute the "SET SQLBLANKLINES ON" command to override this.