Re: SQL error: function round(double precision, integer) does

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: SQL error: function round(double precision, integer) does
Дата
Msg-id 4222E069.9060108@archonet.com
обсуждение исходный текст
Ответ на SQL error: function round(double precision, integer) does not exist  (TJ O'Donnell <tjo@acm.org>)
Список pgsql-sql
TJ O'Donnell wrote:
> I received the following error when executing a SQL statement:
> 
> SQL error:
> ERROR:  function round(double precision, integer) does not exist
> 
> In statement:
> 
> select id,smiles,smarts,parameter,oe_count_matches(smiles,smarts) as count,
>  round((parameter*oe_count_matches(smiles,smarts)),2) as 

round((...)::numeric, 2)

--  Richard Huxton  Archonet Ltd


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

Предыдущее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [despammed] SQL error: function round(double precision, integer) does not exist
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: AutoCommit and DDL