Simple Insert Problem

From: Gonzo Rock <GonzoRock(at)Excite(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Simple Insert Problem
Date: 2001-08-07 00:17:53
Message-ID: 3.0.5.32.20010806171753.009ea5c0@postoffice.pacbell.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Sorry but this is making me crazy... yes... I'm way new to SQL

Why would this error out ??

This is the Query...
INSERT INTO OP (op_num,op_name,start_time) Values (5400,Welding,06:00:00);

And this is the pgSQL error...
ERROR: parser: parse error at or near ":"

The table has reasonable values in it already... I'm just adding a few more rows by hand.

Thanks All,

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Josh Berkus 2001-08-07 00:59:18 Re: Simple Insert Problem
Previous Message Josh Berkus 2001-08-07 00:02:39 Re: views and null bothering