VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



You can fetch second higest value from the database

by Ritik D Dodhiwala (2 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Fri 29th April 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

You can fetch second higest value from the database

API Declarations


'''with the following query You can fetch second higest value from the database

Rate You can fetch second higest value from the database



WHERE     (Salary < (SELECT     MAX(Salary) AS salary FROM   EMPMST))

Download this snippet    Add to My Saved Code

You can fetch second higest value from the database Comments

No comments have been posted about You can fetch second higest value from the database. Why not be the first to post a comment about You can fetch second higest value from the database.

Post your comment

Subject:
Message:
0/1000 characters