select top 12 * from Product where [id] not in (select top 12 [id] from Product) 这样可以分页,但是我在后面想加个条件 select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
我主要想控制下word保存的地址,但是编译不过去,总觉得是缺了using。。。 谢谢 代码如下: using System; using System.IO; using System.Collections; using System.ComponentModel; using System.Data; u ......