Hi people,

I have a table (postgres), with a date field (yyyy-mm-dd). How do I group by
year?

'select sum(profit) from loan group by apply_date' would group by the DAY,
not year.
Thanks.

Regards,
Faisal

______________________________________


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to