Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 tblStats 中删除 indexID 在 (1,2,3,5,7,8,9,11............250900)
mssql_query 函数也无法删除所有这些 ID,也没有抛出错误,受影响的行说 -1。在 sql server 2008 工具中成功删除了相同的查询。
删除查询的 mssql_query 中是否存在任何限制。
从你的问题很难看出,但一个潜在的问题是你IN陈述的大小。
IN
您最好构建一个临时表并用值列表填充它,然后在JOIN.
JOIN