You are viewing a single comment's thread. Return to all comments →
In Oracle : SELECT LPAD('*',L,' *') FROM (SELECT LEVEL AS L FROM DUAL connect by level <= 40 ORDER BY LEVEL DESC) Where mod(L,2)=0;
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 →
In Oracle : SELECT LPAD('*',L,' *') FROM (SELECT LEVEL AS L FROM DUAL connect by level <= 40 ORDER BY LEVEL DESC) Where mod(L,2)=0;