Subject | Re: [firebird-support] SQL Standards |
---|---|
Author | Helen Borrie |
Post date | 2008-02-11T09:38:54Z |
At 08:33 PM 11/02/2008, you wrote:
The ROWS syntax implemented in Fb 2 is standard, e.g.
SELECT ...
[ORDER BY <expr_list>]
ROWS <expr1> [TO <expr2>]
./heLen
>Just a short question.Neither.
>
>Firebird can do this:
>
>SELECT FIRST 250 ProductNumber, StockCount from DWIStock
>
>In MS SQL the same is
>
>SELECT TOP 250 ProductNumber, StockCount from DWIStock
>
>
>Which is standard SQL ?
>Firebird or MS SQL ?
The ROWS syntax implemented in Fb 2 is standard, e.g.
SELECT ...
[ORDER BY <expr_list>]
ROWS <expr1> [TO <expr2>]
./heLen