Re: Simple Insert Problem

From: "Josh Berkus" <josh(at)agliodbs(dot)com>
To: Gonzo Rock <GonzoRock(at)Excite(dot)com>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Simple Insert Problem
Date: 2001-08-07 00:59:18
Message-ID: web-97748@davinci.ethosmedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Gonzo,

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

Buy PostgreSQL: Introduction and Concepts. Now. Read it cover to cover
before posting any more questions, ok?

> Why would this error out ??
>
> This is the Query...
> INSERT INTO OP (op_num,op_name,start_time) Values
> (5400,Welding,06:00:00);

Because you've forgotten the quote marks.

-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
Josh Berkus
Complete information technology josh(at)agliodbs(dot)com
and data management solutions (415) 565-7293
for law firms, small businesses fax 621-2533
and non-profit organizations. San Francisco

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Robby Slaughter 2001-08-07 01:17:46 RE: Simple Insert Problem
Previous Message Gonzo Rock 2001-08-07 00:17:53 Simple Insert Problem