borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (connecting  database  witrh vb6)Next Topic (select  distinct) New Topic New Poll Post Reply
AndreaVB Forum : Database : Find the second largest salary from emp table
Poster Message
Chris_871
Level: Master


Registered: 30-11-2002
Posts: 106

icon Find the second largest salary from emp table



select max(sal) from emp where sal < (select max(sal) from emp)



10-01-2003 at 09:45 AM
View Profile Send Email to User Show All Posts | Quote Reply
vbgen
Level: Moderator

Registered: 10-10-2002
Posts: 876
icon Re: Find the second largest salary from emp table

hmmm!!   free code!   simple, but useful....

YUM! thanks, chris.

____________________________
Been busy trying to take a second degree <--it's not working out...

10-01-2003 at 06:12 PM
View Profile Send Email to User Show All Posts | Quote Reply
noycez
Level: VB Guru


Registered: 14-10-2002
Posts: 79
icon Re: Find the second largest salary from emp table

twooo000OOOOO thumbs up!!!

  

____________________________
Funny thought:

Practice makes perfect.....
But nobody's perfect......
so why practice?

11-01-2003 at 02:14 AM
View Profile Send Email to User Show All Posts | Quote Reply
p_malant
Level: Guest

icon more....

Good thinking Mr.Chris.Thanks for the free query.
I think there is one more solution for this question.
Can anyone send the second correct query?

11-01-2003 at 08:58 AM
| Quote Reply
AndreaVB Forum : Database : Find the second largest salary from emp table
Previous Topic (connecting  database  witrh vb6)Next Topic (select  distinct) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder