You are viewing a single comment's thread. Return to all comments →
FOR ORACLE SQL
SELECT LEVEL AS row_num, SUBSTR('* * * * * * * * * * * * * * * * * * * ', ROWNUM) FROM DUAL CONNECT BY LEVEL <= LENGTH(' * * * * * * * * * * * * * * * * * * *');
Seems like cookies are disabled on this browser, please enable them to open this website
Draw The Triangle 1
You are viewing a single comment's thread. Return to all comments →
FOR ORACLE SQL
SELECT LEVEL AS row_num, SUBSTR('* * * * * * * * * * * * * * * * * * * ', ROWNUM) FROM DUAL CONNECT BY LEVEL <= LENGTH(' * * * * * * * * * * * * * * * * * * *');