โ06-17-2025 01:18 PM
โ06-17-2025 01:20 PM
โ06-17-2025 06:57 PM
comma after now
โ06-17-2025 06:59 PM
where clause date step 7 equals today date , check the this part
โ06-17-2025 10:17 PM
Hi @ajitkumar_a ,
The query is not syntactically correct
it should be like this
SELECT Customer Name,
SUM(Usage Amount) AS Total_usage_now,
SUM(Usage Cost) AS Total_usage_cost
FROM sheet1
GROUP BY Customer Name
and the main thing is write the SQL query in Text mode then it should be working fine.