Friday, 1 February 2019

Convert sql datetime in decimal

///////////// Sql


select  CONVERT(float, GetDate())
select  GetDate()
select convert(datetime ,43495.6632710648)

///////////////// result



No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...