摘要: 在做查询时,有时需要显示行号select a.rowid,a.*form ord_sales_order a 显示为字符串,该字符串和数据存储的位置有关select rownum,a.*form ord_sales_order a 显示为递增的数字 阅读全文
posted @ 2011-08-08 20:09 小波Ooo 阅读(22398) 评论(2) 推荐(0)