V SQL 2012 můžete použít funkci Format().
https://technet.microsoft.com /cs-us/library/hh213505%28v=sql.110%29.aspx
Přeskočit casting, pokud je typ sloupce (datetime).
Příklad:
SELECT FORMAT(StartTime,'hh:mm tt') AS StartTime
FROM TableA
V SQL 2012 můžete použít funkci Format().
https://technet.microsoft.com /cs-us/library/hh213505%28v=sql.110%29.aspx
Přeskočit casting, pokud je typ sloupce (datetime).
Příklad:
SELECT FORMAT(StartTime,'hh:mm tt') AS StartTime
FROM TableA