access top 的用法:
select top 10 * from article where IsDel=0 order by id desc
本文介绍了一种使用 SQL 的 TOP 子句从数据库中选取特定数量记录的方法。通过一个具体的例子展示了如何从名为 'article' 的表中选择状态为未删除的前10条记录,并按 id 降序排列。
access top 的用法:
select top 10 * from article where IsDel=0 order by id desc

被折叠的 条评论
为什么被折叠?