using Replace funcion in postgresql

Поиск
Список
Период
Сортировка
От karinos57
Тема using Replace funcion in postgresql
Дата
Msg-id 1379375752969-5771164.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: using Replace funcion in postgresql  (John R Pierce <pierce@hogranch.com>)
Re: using Replace funcion in postgresql  (Adrian Klaver <adrian.klaver@gmail.com>)
Re: using Replace funcion in postgresql  (David Johnston <polobo@yahoo.com>)
Список pgsql-general
SELECT
       Volume, REPLACE(Volume,'.','')
      FROM MyTable

The data in my table looks like this:

88.97
448.58 and etc

i want to show like this with out the period:

8897
44858

I have tried to use different ways but still getting the error i hope
someone out there can help me. How can i achieve this? thanks



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/using-Replace-funcion-in-postgresql-tp5771164.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.


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

Предыдущее
От: Ken Tanzer
Дата:
Сообщение: Why does this array query fail?
Следующее
От: bricklen
Дата:
Сообщение: Re: Why does this array query fail?