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.
选择语句可以从数据库中获取的行数是否有任何实际限制 - 任何数据库?
假设我正在运行一个查询SELECT * FROM TableName并且该表有超过 12,00,000 行。
SELECT * FROM TableName
它可以获取多少行?这有限制吗?
12000000根本不是一个很大的数字,我使用过更大的结果集。只要你的记忆能适应结果,你应该没有问题。
12000000
I have, for example, the following <object> in my page:
<object>
<object id="obj1" data="URL"></object>
Is there any way to get the html object in jquery?