On Fri, 2003-08-08 at 20:04, Robby Russell wrote: > Should be a simple question. > > When selecting a field that is of type money, how can I remove the $ > when selected? > > example: $10.00 would return as 10.00 money as a datatype is deprecated, use numeric(9,2) instead (or whatever precision you need). Datatypes: http://developer.postgresql.org/docs/postgres/datatype-money.html http://developer.postgresql.org/docs/postgres/datatype.html#DATATYPE-NUMERIC-DECIMAL Formatting: http://developer.postgresql.org/docs/postgres/functions-formatting.html
pgsql-general by date:
Соглашаюсь с условиями обработки персональных данных