Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"Select table.column1,
table.column2,
table.column3, " +
(row1.status.compareToIgnoreCase("NEW")==0 ? "sequence.nextval as column4 " : "table.column4 ") + "
table.column5,
table.column6
From table"