Im currently coding php and have to produce a report. now i have this query that needs to have a condition that is stored in a variable...
here's a part of my code/query:
Code: Select all
, (SUM(SHH.REG) * (SHH.DailyRate/".$regwhours.")) TotalDailyRate
, SUM(SSH.DailyRateReg) GrandDailyRate
Any ideas is very much appreciated!