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.
我正在寻找一种有效的方法来检索从 Interbase / Firebird DB 返回的结果集的行数。
我发现的最接近的等效(但不可用)功能是mysql_num_rows()
mysql_num_rows()
有什么建议么?
SELECT * FROM YourTableName WHERE mykey > 1 ORDER BY myKey ROWS 100
你试过 PHP 的PDO 库吗?