Re: Adding Missing Data to a Table

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pdxpug(at)postgresql(dot)org
Subject: Re: Adding Missing Data to a Table
Date: 2011-03-29 21:07:57
Message-ID: alpine.LNX.2.00.1103291406540.28359@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pdxpug

On Tue, 29 Mar 2011, Michael Ewan wrote:

> JOIN baz ON bar.rowid = baz.barkey;

I never use rowid because that can change with every SELECT.

Again, the 'record' is the name of a column, it is NOT a postgresql
attribute.

Rich

In response to

Browse pdxpug by date

  From Date Subject
Next Message Rich Shepard 2011-03-29 21:10:43 Re: Adding Missing Data to a Table
Previous Message Rich Shepard 2011-03-29 21:06:11 Re: Adding Missing Data to a Table