hi all,
i'm new(ish) to postgres.......i am trying to insert a record in a database but it keeps returning the following error message:
ERROR: parser: parse error at or near "SELECT"
to insert i have used the following command at psql prompt:
INSERT INTO orders VALUES (1,'Mondeo','Red','YS81APB');
Thanks for your help.
i'm new(ish) to postgres.......i am trying to insert a record in a database but it keeps returning the following error message:
ERROR: parser: parse error at or near "SELECT"
to insert i have used the following command at psql prompt:
INSERT INTO orders VALUES (1,'Mondeo','Red','YS81APB');
Thanks for your help.