Re: [SQL] problems with CAST :-{ - Mailing list pgsql-sql

From Jose' Soares Da Silva
Subject Re: [SQL] problems with CAST :-{
Date
Msg-id Pine.LNX.3.96.980604102908.945F-100000@proxy.bazzanese.com
Whole thread Raw
In response to problems with CAST :-{  (Stoeppel@oberland.net (Stoeppel))
List pgsql-sql
On Wed, 3 Jun 1998, Stoeppel wrote:

> Hi all
>
> I hate it. Everytime i use want to use CAST i get
> --  parse error at or "("  -- !!!
> This is the only message I get. I've tried EVERY combination of types and
> syntaxes.
>
> Maybe there ist something wrong in the installation or the environment or i
> am simple stupid `:-(
>
> I use Postgres 6.2 under SUSE LINUX 5.1
Maybe a syntax error ?
The old syntax was: CAST expr AS type
then new one (SQL92) is: CAST(expr AS type)
                                                      Jose'


pgsql-sql by date:

Previous
From: Stephane MONEGER
Date:
Subject: Problem with array of char
Next
From: "Jose' Soares Da Silva"
Date:
Subject: Re: [SQL] Money Data Type