I have a sql query to connect mongodb atlas using atlas sql interface. I am facing error as " Field released
in the SELECT
clause at the 0 scope level not found. "
But “released” field is a top level field.
Query - select year(released),COUNT(released) from movies group by year(released)
Also i have attached the screenshot of error.