Hi,
I have query:
select sum(total_sales)
from sales;
After I run the query it prints:
sum
-----------
1.2e+03
(1 row)
How can I force postgres to display it as
sum
-----------
1200
(1 row)
przemol
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.