From: Anton v. S. <an...@ap...> - 2002-06-19 16:04:07
|
> if you're going to change the language, their are at least 2 > other options : > > (a) oracle uses "WHERE ROWNUM<?" > > (b) informix uses "SELECT FIRST ?" FWIW, Sybase/Microsoft T-SQL uses "SET ROWCOUNT n" to limit returned rows in subsequent queries. (later more Microsoft-specific SQL dialects may do it differently.) |