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.
我sqlsrv_query()用来从具有 23 列和 15914985 行以上的表中获取数据
sqlsrv_query()
select COUNT("id_col") as row_count from tablename;
在sql server management studio中执行需要1分40秒,
并在通过php执行时给出以下错误:
500内部服务器错误。您要查找的资源有问题,无法显示。