hi all !
I have problems while executing SQL with aggregation functions, even simple
SELECT COUNT(*) FROM aTable
stalls. It seems to be a problem in PHP3 itself since other odbc-based applications
run well.
There is simple but stupid solution for this problem: add "group by" phrase:
SELECT COUNT(*) FROM aTable GROUP BY 1
and it goes on.
Is it the same in PHP4 ???
piofet
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]