If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > select rows between m and n

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-23-07, 05:19
sridevidb sridevidb is offline
Registered User
 
Join Date: Apr 2007
Posts: 10
select rows between m and n

hi
can anyone tell me what is the syntax of the select statement to select m to n records in a table in sybase(t-sql)
Reply With Quote
  #2 (permalink)  
Old 05-23-07, 05:27
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
Records beginning with M and N ?
I don't think your question is clear enough - please tell us what you wish to achieve.
Here's a guess at what you want
Code:
SELECT *
FROM employees
WHERE age BETWEEN 20 AND 30
__________________
George
Twitter | Blog
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On