Re: Casting numeric to text

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Casting numeric to text
Дата
Msg-id Pine.LNX.4.30.0104091756410.1255-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Casting numeric to text  (Cedar Cox <cedarc@visionforisrael.com>)
Ответы Re: Casting numeric to text  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Список pgsql-sql
Cedar Cox writes:

> When would one want to use cast()?  What is the difference between cast
> and :: ?  After a quick look in the documentation I couldn't find
> anything..

cast() is SQL, :: is traditional Postgres.  :: may go away in the distant
future to make room for the SQL feature that is supposed to use ::.  (It
escapes me at the moment what that was.)

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



В списке pgsql-sql по дате отправления:

Предыдущее
От: Tomáš Nohejl
Дата:
Сообщение: create function
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: please help