sql >> Database >  >> RDS >> PostgreSQL

Hoe geld op te maken in PostgreSQL

Een nul binnen:

SELECT to_char(0,'99999999999999990D99');
-- Second question from the comments: Howto make k-seperator
SELECT to_char (1234567890999999.8,'99 999 999 999 999 990D99');

Hier is de online-doku:functions (conversie van gegevenstype) . Misschien vind je het leuk om het te downloaden.



  1. Leg de functionaliteit uit van select max(...) ... group by in sql

  2. Wat is de beste manier om JSP's te precompileren met Ant

  3. Hoe mysql impliciete commit te voorkomen?

  4. php registreren bij database