postgresql format date dd 2fmm 2fyyyy

Solutions on MaxInterview for postgresql format date dd 2fmm 2fyyyy by the best coders in the world

showing results for - "postgresql format date dd 2fmm 2fyyyy"
Marlene
23 Jul 2020
1select to_char(date_col, 'DD/MM/YYYY') from table;