Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select * from ads_proc_cntrl where ads_prcsg_dt='15-aug-2002' and proc_nm in(select proc_nm from ads_proc_cntrl where proc_status='COMPLETE' and rownum <11 order by 1)
select * from ads_proc_cntrl where ads_prcsg_dt='15-aug-2002' and proc_nm in (select * from (select proc_nm from ads_proc_cntrl where proc_status='COMPLETE' order by 1) where rownum < 11);