Sachin Member³ Sep 6, 2007 #1 PLD does not 'beautify' this statement properly: SELECT --1, SYSDATE FROM dual; However, this one is formatted properly: SELECT 1, SYSDATE FROM dual; ~Sachin.
PLD does not 'beautify' this statement properly: SELECT --1, SYSDATE FROM dual; However, this one is formatted properly: SELECT 1, SYSDATE FROM dual; ~Sachin.