在做查询时,有时需要显示行号
select a.rowid,a.*form ord_sales_order a 显示为字符串,该字符串和数据存储的位置有关
select rownum,a.*form ord_sales_order a 显示为递增的数字