[Mysql-cocoa-users] count(*)
Brought to you by:
sergecohen
From: John S. <joh...@hw...> - 2004-08-02 19:33:19
|
I'd like to use this to get the number of rows in a table. But there does not seem to be an easy way with this API. What are other people doing? This is what is returned by the connection (MCPResult): MCPResult: (encoding : 5, dim 1 x 1) count(*) 0 It's that zero that I want! How do I get it? |