For a query like:

"select count(*) as c\n"
        + "from sales.emp\n"
        + "where deptno = 10\n"
        + "group by deptno, sal\n"
        + "order by deptno";

I see that the Sort node generated has traitSet as NULL, whereas I
would expect collation to be an active traitset.

What am I missing, please?

Regards,

Atri


-- 
Regards,

Atri
l'apprenant

Reply via email to