Hi,
I don't have much SQL experience as you may guess by my question. But I'm unable to find a simple answer anywhere
I run a simple select query of
Select [column_name] from [table]
and get the result of "2015-10-01 13:42:16.0"
All I want to do is have this result returned to me in a DD/MM/YYYY format.
It all sounds too easy but I can't find the answer anwhere.
Thanks