Re: RES: Inserting data in composite types! - Mailing list pgsql-sql

From Richard Broersma Jr
Subject Re: RES: Inserting data in composite types!
Date
Msg-id 577788.95879.qm@web31812.mail.mud.yahoo.com
Whole thread Raw
In response to RES: Inserting data in composite types!  ("Rodrigo Sakai" <rodrigo.sakai@zanthus.com.br>)
List pgsql-sql
>   Thanks, It works! I have tried:
> 
> insert into employee (c, nome, sal) values(1, 'emp name', '(1, (01/01/2000,
> 01/01/2000))' );
> 
>   And it doesn't work!

What is the error message?

Regards,

Richard Broersma Jr.



pgsql-sql by date:

Previous
From: "Rodrigo Sakai"
Date:
Subject: Another question about composite types
Next
From: Volkan YAZICI
Date:
Subject: Re: drop a check