Re: Please help me out on this insert error

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: Please help me out on this insert error
Дата
Msg-id 3D091441.40006@joeconway.com
обсуждение исходный текст
Ответ на Please help me out on this insert error  (Vernon Wu <vernonw@gatewaytech.com>)
Список 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 по дате отправления:

Предыдущее
От: Oliver Elphick
Дата:
Сообщение: Re: Another postgres 'file not found' error
Следующее
От: Jason Earl
Дата:
Сообщение: Re: serial column vs. explicit sequence question