* Kurt Welgehausen <[EMAIL PROTECTED]> [2006-05-02 22:15]: > No, you can't do that in SQL.
You can. > The results of an SQL query are a set of rows; the rows are not > produced in any guaranteed order. If this was true, how would `LIMIT` work? Sure, the results do not have any implicit order, but you can certainly explicitly define one using an `ORDER BY` clause. Regards, -- Aristotle Pagaltzis // <http://plasmasturm.org/>