ROWNUMBER/Max/top的方式封装到存储过程
摘要:
select top 5 * from t_Canal where CanalID(select min(CanalID)
from(select top 10 * from t_Canal order by CanalID desc)T) order by CanalID desc 阅读全文
posted @ 2016-01-13 13:42 梨窝★浅笑 阅读(180) 评论(0) 推荐(0)
浙公网安备 33010602011771号