Re: phone number list

Bryan Irvine <bryan.irvine@kingcountyjournal.com>

From: Bryan Irvine <bryan.irvine@kingcountyjournal.com>
To: Adrian Holovaty <postgres@holovaty.com>
Cc: pgsql-novice@postgresql.org
Date: 2003-09-10T20:29:41Z
Lists: pgsql-novice
> Put quotes around the values you're inserting, like this:
> 
> INSERT INTO phonenumbers VALUES ('425', '888', '0773');

That worked.

Thanks

--Bryan