i have a problem in a query like
select field1, field2
from table1
order by field1 field1 contains countries (varchar2)
the problem is that order by not shorting right , although i triyed everything..
what could be the problem ? and is there any solutions?
select field1, field2
from table1
order by field1 field1 contains countries (varchar2)
the problem is that order by not shorting right , although i triyed everything..
what could be the problem ? and is there any solutions?
Comment