摘要:
declare cc TEMP_OO; dd TEMP_TT; QQ TEMP_TT; CURSOR A IS select A, B from table(QQ) order by 2; begin DD := TEMP_TT(); FOR I IN 1 .. 5 LOOP cc := TEMP_OO(I, 6 - I); DD.EXTEND; ... 阅读全文
posted @ 2017-04-21 10:10
simplelil
阅读(127)
评论(0)
推荐(0)
2017年4月21日