Harald Fuchs wrote:
In article <[EMAIL PROTECTED]>,
Christopher Kings-Lynne <[EMAIL PROTECTED]> writes:

Oh, and 'select rowid, * from table' which returns special rowid
column that just incrementally numbers each row.

Why?

Perhaps Christopher meant
   "select row_number() OVER (...) as rowid"
and then your "why" could be answered by
  "SQL Standard non-core feature T611"

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply via email to