Re: Strange Insert Problem

From: Lola Lee <lola(at)his(dot)com>
To: Bruno LEVEQUE <bruno(dot)leveque(at)net6d(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Strange Insert Problem
Date: 2004-01-09 11:45:02
Message-ID: p06020402bc243b7785ff@[192.168.2.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

At 11:38 AM +0100 1/9/04, Bruno LEVEQUE wrote:
>First, in insert, every strings must be quoted. Your query becomes :
>
>INSERT INTO YarnColortwo (yarn_id, yarn_color_nm, yarn_color_num,
>yarn_color_desc, yarn_color_lud) VALUES ( 15, 'Anemone', 616,
>'whatever', now() ).

Works now - thanks!

--

Lola - mailto:lola(at)his(dot)com
http://www.lolajl.net | Blog at http://www.lolajl.net/blog/
Check out this blog: http://www.denbeste.nu
I'm in Bowie, MD, USA, halfway between DC and Annapolis.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Martin Atukunda 2004-01-09 11:59:37 Re: Strange Insert Problem
Previous Message John K. Herreshoff 2004-01-09 11:34:29 Re: Strange Insert Problem