Re: Returning String as Integer

Поиск
Список
Период
Сортировка
От Jorge Godoy
Тема Re: Returning String as Integer
Дата
Msg-id 200605051852.19596.jgodoy@gmail.com
обсуждение исходный текст
Ответ на Returning String as Integer  ("Kashmira Patel \(kupatel\)" <kupatel@cisco.com>)
Ответы Re: Returning String as Integer  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-sql
Em Sexta 05 Maio 2006 18:37, Kashmira Patel (kupatel) escreveu:
> Hi all,
>    I have a table with a column of type 'text'. It mainly contains
> numbers. Is there any way to select a value from this column and return
> it as an integer?

testing=# select '123'::integer;int4 
------ 123
(1 registro)

testing=# 


-- 
Jorge Godoy      <jgodoy@gmail.com>



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

Предыдущее
От: "Kashmira Patel \(kupatel\)"
Дата:
Сообщение: Returning String as Integer
Следующее
От: elein
Дата:
Сообщение: Re: Returning String as Integer