I've tried:
select CAST(ssma_timestamp AS datetime) from sa_project
but it does not show date and time correctly
ssma_timestamp is declared as timestamp
I would like to see it in mm/dd/yyyy HH:MM:SS
format
I've tried:
select CAST(ssma_timestamp AS datetime) from sa_project
but it does not show date and time correctly
ssma_timestamp is declared as timestamp
I would like to see it in mm/dd/yyyy HH:MM:SS
format