Re: [PERFORM] Sql result b where condition

2010-01-25 Thread A. Kretschmer
In response to Matthew Wakeling : > On Mon, 25 Jan 2010, A. Kretschmer wrote: > >In response to ramasubramanian : > > > >Please, create a new mail for a new topic and don't hijack other > >threads. > > Even more so - this isn't probably the right mailing list for generic sql > help questions. AC

Re: [PERFORM] Sql result b where condition

2010-01-25 Thread Matthew Wakeling
On Mon, 25 Jan 2010, A. Kretschmer wrote: In response to ramasubramanian : Please, create a new mail for a new topic and don't hijack other threads. Even more so - this isn't probably the right mailing list for generic sql help questions. select ENAME,ORIG_SALARY from employee where (ename

Re: [PERFORM] Sql result b where condition

2010-01-25 Thread A. Kretschmer
In response to ramasubramanian : Please, create a new mail for a new topic and don't hijack other threads. > Hi all, >I have a table emp. using where condition can i get the result > prioritized. > Take the example below. > > select ENAME,ORIG_SALARY from employee where (ename='Tom' and >