Re: [SQL] problems with CAST :-{

Поиск
Список
Период
Сортировка
От Jose' Soares Da Silva
Тема Re: [SQL] problems with CAST :-{
Дата
Msg-id Pine.LNX.3.96.980604102908.945F-100000@proxy.bazzanese.com
обсуждение исходный текст
Ответ на problems with CAST :-{  (Stoeppel@oberland.net (Stoeppel))
Список 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 по дате отправления:

Предыдущее
От: Stephane MONEGER
Дата:
Сообщение: Problem with array of char
Следующее
От: "Jose' Soares Da Silva"
Дата:
Сообщение: Re: [SQL] Money Data Type