Maybe you can use a rewriting trick, e.g. something like this:

select max(c) from (select ceil(i) c from t) tt group by c

Thanks,
Dag

Reply via email to