Simple Insert Problem - Mailing list pgsql-sql

From Gonzo Rock
Subject Simple Insert Problem
Date
Msg-id 3.0.5.32.20010806171753.009ea5c0@postoffice.pacbell.net
Whole thread Raw
Responses Re: Simple Insert Problem
RE: Simple Insert Problem
List 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,



pgsql-sql by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: views and null bothering
Next
From: "Josh Berkus"
Date:
Subject: Re: Simple Insert Problem