MySQL Forums
Forum List  »  PHP

Re: Trouble with SUM
Posted by: Georg Richter
Date: January 31, 2006 12:05AM

1) mysql_db_query is deprecated. Use mysql_select_db and mysql_query instead (or equivalent mysqli functions)
2) Why don't you use GROUP BY in your query?

/Georg

Options: ReplyQuote


Subject
Written By
Posted
January 30, 2006 04:40PM
Re: Trouble with SUM
January 31, 2006 12:05AM
January 31, 2006 08:24AM
February 01, 2006 04:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.