Dapi will be disappointed if I do not give my script.

PHP Code:
select A.*
from select id 
         from test_load 
        where id 
10 A, ---- this will return one row
     
select 1 
         from dual 
        group by cube
(1,1,1,1)) B
where rownum 
16

Tamil