I am trying to use agg functions to query data, I have space in the column name in SNOWFLAKE
select item, avg(item price) from order group by item; The error is
Numerical value '1212.11' is not recognized Expected output is
Code which gives item and avg price of that item