Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

column order


  • From: "nuno" <wegein(at)gmail(dot)com>
  • To: pgsql-general(at)postgresql(dot)org
  • Subject: column order
  • Date: 23 May 2006 19:54:58 -0700
  • Message-id: <1148439298(dot)596562(dot)164450(at)y43g2000cwc(dot)googlegroups(dot)com>

hi, all.

i have a couple of questions regarding the order of table columns.

say, you have a following query;
SELECT id, firstname, lastname, dob FROM student;

does postgresql guarantee you that
the columns in the result set would be ordered
as specified in the query (i.e. id, firstname, lastname, dob) ?




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group