Thread: Re: [GENERAL] ERROR: using an explicit cast

Re: [GENERAL] ERROR: using an explicit cast

From
"Wim Ceulemans"
Date:
Thanks a lot Jose. This has solve my problem completely

Regards

Wim Ceulemans - wim.ceulemans@nice.be
Nice Software Solutions
Eglegemweg 3, 2811 Hombeek - Belgium
Tel +32(0)15 41 29 53 - Fax +32(0)15 41 29 54

>
>   CREATE VIEW vista AS SELECT 'Hello World'
>
>          View will be created having a column with an unknown type
>          unless you specify it as:
>
>   CREATE VIEW vista AS SELECT 'Hello World'::text
>
>
>   -Jose'-
>