北极星光 发表于 2018-9-11 06:26:27

oracle中获取行号

  使用关键字rownum;
  如:
  select rownum,s.* from   winf_sv_ex_hybs_sxclgc s
  where s.sxbm='441600782965164024000' order by s.xh;
  即可;

页: [1]
查看完整版本: oracle中获取行号