Hello ! The schema I am supposed to use has a colu...
# troubleshooting
a
Hello ! The schema I am supposed to use has a column name as Count Pinot is defaulting all values for this column as 0 ( and not picking up the actual value from the table ) need some insights here !
I have tried declaring the column name as ( "Count" ) - in double quotes but that also did not help
m
I think you need to escape during query (in sql). How do you know all values are 0?