Re: Please help me out on this insert error - Mailing list pgsql-sql

From Joe Conway
Subject Re: Please help me out on this insert error
Date
Msg-id 3D091441.40006@joeconway.com
Whole thread Raw
In response to Please help me out on this insert error  (Vernon Wu <vernonw@gatewaytech.com>)
List 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



pgsql-sql by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: Another postgres 'file not found' error
Next
From: Jason Earl
Date:
Subject: Re: serial column vs. explicit sequence question