Get Only Time in SQL


/ Published in: SQL
Save to your folder(s)

How to get onlye the time in SQL


Copy this code and paste it in your HTML
  1. SELECT (CONVERT(VARCHAR(8),GETDATE(),108)) AS OnlyTime

Report this snippet


Comments


You need to login to view comments.