Re: Please help me out on this insert error

From: Joe Conway <mail(at)joeconway(dot)com>
To: vernonw(at)gatewaytech(dot)com
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Please help me out on this insert error
Date: 2002-06-13 21:53:05
Message-ID: 3D091441.40006@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Vernon Wu wrote:
> Command:
>
> Insert into profile (userid, haveChildren)values('id98', 'No');
>
> Error:
>
> ERROR: Relation 'profile' does not have attribute 'havaChildren'
^^^
From the error message, looks like you spelled haveChildren wrong.

HTH,

Joe

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jason Earl 2002-06-13 22:01:54 Re: serial column vs. explicit sequence question
Previous Message Oliver Elphick 2002-06-13 21:30:37 Re: Another postgres 'file not found' error