Hi guys,

I have this select statement
"select date from dimtime"

I would like to display the date into format dd-mm-yyyy
How i can do that.
( I know that is too simple but in oracle database was select to_char(vdate,'dd-mm-yyyy') from dimtime. I do not know in sql)