View previous topic :: View next topic |
Author |
Message |
Chandru Beginner
Joined: 18 May 2004 Posts: 6 Topics: 6
|
Posted: Wed Jul 07, 2004 10:35 am Post subject: need a clarification |
|
|
Hi,
I'm in need of some clarification abt the following query.
select ename, eno from emp, e where &= ( select COUNT(DISTINCT(sal)) from emp where sal >= e.sal)
what does the "&" signifies here.
help me out.
regds,
chandru |
|
Back to top |
|
|
Ganti Beginner
Joined: 04 Dec 2002 Posts: 8 Topics: 3 Location: St.Louis, MO, USA
|
Posted: Wed Jul 07, 2004 10:41 am Post subject: |
|
|
Seems to me that this is from a program (Java/COBOL) and the & field will be in the previous logical statement, that has been captured from the front end (maybe a JSP/ASP).
Could you post the previous couple of lines as well ? _________________ Ganti |
|
Back to top |
|
|
|
|