Subject | SQL Standards |
---|---|
Author | Michael Vilhelmsen |
Post date | 2008-02-11T09:33Z |
Just a short question.
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 ?
Michael
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 ?
Michael