"Christoph Walser" <[email protected]> wrote in message news:[email protected] > Another idea came into my mind: what I want to do with the > above code is to look up a table and get the rowcount of this table. > If there were an internal table which holds a rowcount for all user > tables, my problem would be solved without using the above construct.
There is no such built-in table, but you can make one yourself and maintain it using triggers. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

