Jump to content

trying to use sum()


scmeeker

Recommended Posts

I would like to use the SUM() to add up the column 'item_fee' under the current WHERE conditions and am not having any luck.  Keeps coming up blank but when I remove the SUM() it shows just one.

 

Here is the code I'm using:

 

$get_item_sql = "SELECT id, image_upload_box, title, username, date, price, SUM(item_fee) FROM product WHERE MONTH(date) = MONTH(CURDATE()) AND username = '".$_GET["username"]."'";

 

Any suggestions?  Thanks.

Link to comment
https://forums.phpfreaks.com/topic/207449-trying-to-use-sum/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.