One way is:
SELECT LTRIM(RIGHT(CONVERT(VARCHAR(20), GETDATE(), 100), 7))
If you have a look at Books Online here, format 100 is the one that has the time element in the format you want it in, it's just a case of stripping off the date from the front.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…