TOP - a LIMIT work around for SQL Server
Lukas on Mar 2nd 2008
Microsoft’s SQL Server has no implementation of the LIMIT clause as it is known from mySQL. This article is intended to explain a method using the TOP clause to imitate the behaviour of LIMIT.
Continue Reading »
Filed in SQL | 6 responses so far