A arturwp Member Jan 23, 2019 #1 Hi, There is a problem while editing pl/sql package body. I have instruction like this: if var1>0then Its compiling even without space between "0" and "then". But PL/SQL Developer shows empty Code Contents pane. -- Artur
Hi, There is a problem while editing pl/sql package body. I have instruction like this: if var1>0then Its compiling even without space between "0" and "then". But PL/SQL Developer shows empty Code Contents pane. -- Artur
Marco Kalter Administrator Staff member Jan 24, 2019 #1 PL/SQL Developer does indeed require a blank between the condition and the THEN keyword.