Saturday, March 21, 2015

If you want to print a string vertically then use the following SQL Query


SELECT SUBSTR ('&&String', ROWNUM, 1)
FROM all_tables
WHERE ROWNUM <= LENGTH (TRIM ('&STRING'));

No comments:

Post a Comment