Hi,
A small problem to sort datas after changing the columns order.
try :
select 1 first,2 second,3 third,4 fourth from dual
union
select 4,3,2,1 from dual
--> Ok to sort the columns
--> drag and drop column 'second' after column 'third'
--> impossible to sort column 'second'
you can consider this as a VERY minor bug ;-)
regards
A small problem to sort datas after changing the columns order.
try :
select 1 first,2 second,3 third,4 fourth from dual
union
select 4,3,2,1 from dual
--> Ok to sort the columns
--> drag and drop column 'second' after column 'third'
--> impossible to sort column 'second'
you can consider this as a VERY minor bug ;-)
regards