且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

sqlite语句中返回的行数

更新时间:2023-02-06 08:28:26

在每次调用sqlite_step时,将变量加1.

On each call to sqlite_step, increment a variable by 1.

如果您想提前 行计数,那么没有简单的方法.

If you want the row count in advance, then there's no easy way.