Category Archives: oracle

PL/SQL

PL/SQL •new line char: ‘abc’ || chr(10) || ‘def’ •escape char: ‘ •Nested Tables -like one dimensional array but 1) has no upper bound; 2) is sparse (use buildin fxn NEXT to go to next subscript). •Index-by Tables -like Nested … Continue reading

Posted in oracle | Leave a comment