On Sat, Dec 03, 2005 at 09:48:42PM +0100, Andrew Toth wrote: > > MediaBin=# insert into media values ("000", 120, "00001"); > ERROR: column "000" does not exist > > What the Hell could be wrong? Your quotes. Use ' and that command will work. Peter
On Sat, Dec 03, 2005 at 09:48:42PM +0100, Andrew Toth wrote: > > MediaBin=# insert into media values ("000", 120, "00001"); > ERROR: column "000" does not exist > > What the Hell could be wrong? Your quotes. Use ' and that command will work. Peter