On Wed, 20 Mar 2002 20:53:25 -0600, Paul DuBois <[EMAIL PROTECTED]> spoke gently: > If you're referring to MySQL syntax, the arguments for the two-argument > form of LIMIT are: LIMIT how_many_to_skip, how_many_to_return
What do others do in an MS-SQL environment? There is no LIMIT or OFFSET command in SQLServer. I've been using a record ID and the TOP clause as in "SELECT TOP n ... WHERE recID > $recid", but is there an MS equivalent to mySQL's OFFSET clause?
