?????????select tmp_tb.*,ROWNUM row_id from (select * from docter)tmp_tb where ROWNUM<5
?
先执行from? 接着是where??? 最后是select? 接着是列取别名