In PostgreSQL I would like to achieve something similar to mysql query:
select price, format(price,2,'pl_PL') as pricePL from table
*************************** 1. row ***************************
price: 0.010000
pricePL: 0,01
In PostgreSQL I'm storing
price
as numeric(10,6)
Asked by Radoslaw
(1 rep)
Sep 5, 2023, 01:00 PM
Last activity: Sep 5, 2023, 09:18 PM
Last activity: Sep 5, 2023, 09:18 PM