Microsoft Access 2010 中 SQL 查询的最大长度?
尝试将 159KB TSQL 查询复制/粘贴到 Microsoft Access 2010 直通查询编辑器(到 Microsoft SQL Server 2008 后端)。
这会产生弹出错误,“文本太长,无法编辑”。
Microsoft Access 2010 中查询的最大长度是多少?
Attempting to copy/paste a 159KB TSQL query into Microsoft Access 2010 passthrough query editor (to a Microsoft SQL Server 2008 backend).
This produces pop-up error, "The text is too long to be edited".
What is the maximum length of a query in Microsoft Access 2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
帮助文件指出最大SQL 语句中的字符数
大约是64,000。它没有提到 pass 之间的任何区别
通过查询和其他查询,因此在没有任何具体信息的情况下
文档 我假设这也适用于传递查询。
The help file says that the maximum number of characters in a SQL statement
is approximately 64,000. It doesn't mention any difference between pass
through queries and other queries, so in the absence of any specific
documentation I'm assuming that this also applies to pass through queries.
我自己寻找这个,发现另一个限制更可能是你和我的问题:
查询中的最大连接数:16
嵌套查询的最大数量:50
Looking for this myself and found another limitation that is more likely to be your problem as well as mine:
Maximum number of JOINS in a query: 16
Maximum number of nested queries: 50