Luther_Caloring Posted January 11, 2014 Share Posted January 11, 2014 the above image is already on the database and i want to display it just like the image below .... can any one give me a little idea on how to get this .... thank you so much ... from PHILIPPINES .. SALAMAT! Quote Link to comment https://forums.phpfreaks.com/topic/285284-mysql-help-i-find-very-difficult-need-help/ Share on other sites More sharing options...
PravinS Posted January 11, 2014 Share Posted January 11, 2014 try using this SQL query SELECT received, SUM(amount) as amt FROM TABLE_NAME GROUP BY received; Quote Link to comment https://forums.phpfreaks.com/topic/285284-mysql-help-i-find-very-difficult-need-help/#findComment-1464819 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.