Hi everyone
I need to retrieve the union of numbers in a MYSQL table with PHP
Here is an example:
	And what I need is to get 51 which is 10+18+23
Thanks / Behzad
					I need to retrieve the union of numbers in a MYSQL table with PHP
Here is an example:
Code:
	+--------+---------+ | users | points | +--------+---------+ | David | 10 | | Peter | 18 | | John | 23 | +--------+---------+
Thanks / Behzad
Comment