I already tried this program
SELECT LEVEL - 1
FROM DUAL
CONNECT BY LEVEL <= 10000000
on "https://livesql.oracle.com/apex/f?p=590:1:15240902803423::LEVEL1:RP::#" but it prints only 0 to 49. screen shot attached.
Note : I also download that below mentioned csv file, but it has the same data as shown on website.
Also I need a little help to print table of 2 in "2 x 1 = "' format. with using LOOP/IF/CASE or any of these.