Home Answers Viewqa Date-Calendar how to convert the entire column field of table to dd/mm/yyyy format in microsoft sql server?

 
 


mithun naik
how to convert the entire column field of table to dd/mm/yyyy format in microsoft sql server?
0 Answer(s)      7 months ago
Posted in : Date-Calendar

how to convert the entire column field which is in encryted like 1263332444 of table to dd/mm/yyyy format in microsoft sql server? i got to know how to convert for a single by using [18-10-2012 20:10:25] r chinnaswamy: SELECT DATEADD(second, 1263332444, '19700101') ... i want to know how to change entire date of column..

View Answers









Related Pages:
hi
SQL

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.