From: John B. <bel...@cs...> - 2001-08-03 18:29:33
|
Hi, I just committed the final syntax for FIRST/LIMIT. The syntax is (from the change log): > SELECT [FIRST X] [SKIP X] [DISTINCT | ALL] .... > > all indicies are 1 based. The new SQL keywords introduced are FIRST > and SKIP. Both FIRST and SKIP work on their own. Combining both FIRST and SKIP gives you limit functionality. -John |