ACCESS中没有
select ( select count(*) from proDetails
where proID<=a.proID ) as id, proID from
proDetails a order by proID ASC
来自:http://hi.baidu.com/liujihqz/blog/item/1d92b031c5c5091debc4af8c.html
本文提供了一个在ACCESS数据库中使用嵌套查询的示例,主要展示了如何通过嵌套的SELECT COUNT(*)语句来实现特定的数据检索需求。
ACCESS中没有
select ( select count(*) from proDetails
where proID<=a.proID ) as id, proID from
proDetails a order by proID ASC
来自:http://hi.baidu.com/liujihqz/blog/item/1d92b031c5c5091debc4af8c.html
4293

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