Convert getdate()
Database
3
Posts
3
Posters
0
Views
1
Watching
-
How can i convert a getdate() result to a style of yyyymmddhhmmss Thanks Javierarka
-
How can i convert a getdate() result to a style of yyyymmddhhmmss Thanks Javierarka
select replace(convert(varchar(10), GetDate(), 112) + convert(varchar(8), GetDate(), 114), ':', '')
Regards Andy -
How can i convert a getdate() result to a style of yyyymmddhhmmss Thanks Javierarka