Re: Newbie table definition question - Mailing list pgsql-general

From Steven Klassen
Subject Re: Newbie table definition question
Date
Msg-id 20041017005404.GD19149@commandprompt.com
Whole thread Raw
In response to Re: Newbie table definition question  (Steven Klassen <sklassen@commandprompt.com>)
List pgsql-general
* Steven Klassen <sklassen@commandprompt.com> [2004-10-16 17:42:17 -0700]:

> INSERT INTO grocery_items (grocery_types_id, name, price) VALUES (1, 'Apple', '0.50');
> INSERT INTO grocery_items (grocery_types_id, name, price) VALUES (1, 'Orange', '0.75');
>
> INSERT INTO grocery_items (grocery_types_id, name, price) VALUES (1, 'Brocolli', '1.35');
> INSERT INTO grocery_items (grocery_types_id, name, price) VALUES (1, 'Lettuce', '2.55');

The grocery_types_id should be '2' for the last two rows. Whoops.

--
Steven Klassen - Lead Programmer
Command Prompt, Inc. - http://www.commandprompt.com/
PostgreSQL Replication & Support Services, (503) 667-4564

pgsql-general by date:

Previous
From: snpe
Date:
Subject: Re: pgsql cvs
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql cvs