为什么select top 10 from table 会返回所有的数据 我的access 中有1000条数据 query 执行 `select top 10 from table` 会返回1000条, 有什么方式解决么? 感觉和这个有点类似 https://github.com/nuintun/node-adodb/issues/107 @nuintun