位置:首页 > 软件操作教程 > 数据分析 > SQL > 问题详情

SQL操作应用——选择从10到15的记录

提问人:ylm发布时间:2020-09-30

选择从10到15的记录
select top 5 * from (select top 15 * from table order by id asc) table_别名 order by id desc

继续查找其他问题的答案?

相关视频回答
回复(0)
返回顶部