Home > database >  Select rownum, e. * from emp e where rownum <=3; O bosses told the e. * what meaning be
Select rownum, e. * from emp e where rownum <=3; O bosses told the e. * what meaning be

Time:03-16

Select rownum, e. * from emp where e rownum<=3;

CodePudding user response:

E. * mean to query all the fields in the emp table
  • Related