【发布时间】:2018-09-01 12:31:33
【问题描述】:
XK2_STOCK_QUOTE 和 XK4_STOCK_QUOTE 是已经创建的索引,还是使用这一行创建的? (QUOTE_SEQ_NBR 和 QUOTE_TIME 是 STOCK_QUOTE 中的属性)。谢谢
declare cur1 cursor for
select *
from stockmarket.STOCK_QUOTE
use index for order by (XK2_STOCK_QUOTE,XK4_STOCK_QUOTE)
order by QUOTE_SEQ_NBR,QUOTE_TIME;
【问题讨论】: