On 3 Dec 2005 at 21:48, Andrew Toth wrote:
> MediaBin=# insert into media values ("000", 120, "00001");
> ERROR: column "000" does not exist
I think you should use single-quotes rather than doubles:
insert into media values ('000', 120, '00001');
--Ray.
-------------------------------------------------------------
Raymond O'Donnell http://www.galwaycathedral.org/recitals
[EMAIL PROTECTED] Galway Cathedral Recitals
-------------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly