I have a document which consists of a date value, example value : 2024-02-16T03:29:48.654159, when I try to run a query on any date functions like DAY() / Month () / Year() I get an error.
How do I accomplish this ? Appreciate your help
Query : SELECT month(req.dateSubmitted) as Month from mybucket req