Tables

From: Bob Pawley <rjpawley(at)shaw(dot)ca>
To: Postgre General <pgsql-general(at)postgresql(dot)org>
Subject: Tables
Date: 2005-10-20 16:37:07
Message-ID: 008501c5d594$831d9fc0$ac1d4318@OWNER
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am new to databases.

I have table 1, a primary source, which generates a serial number to make each item unique.

I want to use this number to generate a row in table 2 linking the two rows and allowing specific information on each item to be developed..

I have a number of books, including one specifically for Postgres.

What I don't have is the language to look this function up.

Concepts like JOIN appear to used to create views not new rows on other tables.

Help will be appreciated.

Bob Pawley

Responses

  • Re: Tables at 2005-10-20 17:25:22 from Michael Fuhr
  • Re: Tables at 2005-10-20 18:15:07 from Sean Davis

Browse pgsql-general by date

  From Date Subject
Next Message Michael Fuhr 2005-10-20 17:25:22 Re: Tables
Previous Message Chris Browne 2005-10-20 16:35:12 Re: From oracle to postgresql...