Hello,
I want to know if it’s possible to apply Group by clause on the result of this function.
select function(‘to_char’, u.createTs, ‘MM/YYYY’) from sec$User u
Suppose I use this query to obtain dates in Month and year format. Now I want to group them Monthwise. How can I write the query for the same?