Tuesday, September 13, 2011
How to Select fifth record in sql?
select TOP 1 * from test where o_id not in(select TOP 4 o_id from test) ;
Subscribe to:
Post Comments (Atom)
CSHARP Code Examples Samples Tutorials
Copyright © C#.NET ASP.NET Articles. All rights reserved.
0 comments:
Post a Comment