I have a SQL query that is something like
SELECT SUM(price) FROM budget GROUP BY {{PLACEHOLDER}}
where {{PLACEHOLDER}} will be replaced in the code. Is it possible to replace it by something that will result in the same output as the following statement?
SELECT price FROM budget