Hi
Is possible use SELECT NUM_ROWS, a, b, c FROM blabla WHERE x =id; I mean it's much more faster than
SELECT a, b, c FROM blabla WHERE x =id; and thenSELECT count(*) FROM blabla WHERE x =id;
John