Hi Folks,
Back again with a new problem....
My Problem is
I have a simple select query
The query contains the same field being selected twice and without any aliases.Now when i try to order the query by this field oracel gifts me an ambiguity error.
Ex
select filed1,field2,field3,.......,field1 from tablemine
order by field 1.
any way to refernce the field without using and alias.
Thanx in advance
Regs