How to put the row count of query into a variable before I return that query in ref_cursor?

前端 未结 0 408
有刺的猬
有刺的猬 2020-11-28 20:48

I\'m building a query to be used in pagination, so my query looks like this:

open ref_cursor for
select * from TableA ta
join TableB tb on ta.id = tb.ta_id
wh         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题