Table1
Date1 (datatype is integer)
25969
25969
....
I want to get a correct format of the date like (18-05-2012)
The above date1 column values output is
Date1
17-05-2012
17-05-2012
...
How to make a query for this.
Need query help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming your
intis UNIXTIME (seconds since 1970/01/01)Something like: