Insert data to new table

From: Nah CP <cpnah(at)yahoo(dot)com(dot)sg>
To: pgsql-cygwin(at)postgresql(dot)org
Subject: Insert data to new table
Date: 2004-09-13 08:35:22
Message-ID: 20040913083522.24171.qmail@web53302.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Hi, i using postgreSQL in WinXP but i can't insert data into new table.

INSERT INTO my_table ("Name")
VALUES ('ABC');
ERROR: array value must start with "{" or dimension information
or
INSERT INTO my_table (Name)
VALUES ('ABC');
ERROR: column "name" of relation "my_table" does not exist

but i able to select the record. Thank You.

Yahoo! Messenger
- Log on with your mobile phone!

Browse pgsql-cygwin by date

  From Date Subject
Next Message Jason Tishler 2004-09-13 11:52:42 Re: All Production releases of PostgreSQL hung because of
Previous Message J. Hondius 2004-09-13 08:28:39 Re: All Production releases of PostgreSQL hung because of