wilphpson 10:18:10 | Where to include the commands of SUM Query in Php and would you please give me the sample code for it. |
krsmoorthi 02-28-2012 | SELECT SUM( salary ) FROM `emp_salary` WHERE emp_id = '10' the above query related the total salary for employee id no 10 in the emp_salary table. |