Hi !In my database I've a field "departure" with timestamp without time zone data type.eg :departure2003-11-01 14:29:46
Now I want to select it as in this format 01-11-2003 14:29:46 How should I do it?.
Thank you for any help.