Re: [SQL] problems with CAST :-{

From: "Jose' Soares Da Silva" <sferac(at)bo(dot)nettuno(dot)it>
To: Stoeppel <Stoeppel(at)oberland(dot)net>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] problems with CAST :-{
Date: 1998-06-04 10:30:59
Message-ID: Pine.LNX.3.96.980604102908.945F-100000@proxy.bazzanese.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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'

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Chris Olivier 1998-06-04 23:24:03 (no subject)
Previous Message Jose' Soares Da Silva 1998-06-04 10:26:50 Re: [SQL] desc and asc