一次获取多个oracle序列值

学习了:http://blog.csdn.net/wangchsh2008/article/details/53495961

select seq_one.nextval from (select 1 from one_large_table where rownum<10)

 

相关文章:

  • 2021-08-05
  • 2022-12-23
  • 2021-09-10
  • 2021-12-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-09-22
  • 2021-11-08
  • 2022-12-23
  • 2021-12-24
相关资源
相似解决方案