Hi,
Whats is the syntax of grouping sets in monetdb? I am trying
Select has_nurs,form,health,class,count(*) from nursery group by GROUPING SETS ((has_nurs,class),(form,class),(health,class))
but it does not work
Regards
Nafees Ur Rehman