Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

sql satement for 2nd maximum value

Answer Posted / ramavtar rajput

select Amount from T2 where Amount = ( select max(Amount)
from T2 where Amount < ( select max(Amount) from T2 ))

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the tool which can convert visual basic old version to .net compatibility version?

1100


Explain what observations between vb.net and vc#.net?

1013


what is interface and when it is used?

2321


What is code security?

1119


What are the technology areas that microsoft.net contains?

1059


Explain the observations between vb.net and vc#.net?

964


What is the difference between system.applicationexception class and system.systemexception?

1178


Can you please explain the difference between system.string and system.stringbuilder classes?

1107


what is commom language runtime?

1007


What is the advantage of using system.text.stringbuilder over system.string?

1178


hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!

2056


Explain namespace?

1200


Explain how to send xml file on server using http protocol?

904


What is the differences between dataset.clone and dataset.copy?

1176


What keyword is used to accept a variable number of parameter in a method?

1054