FUNCTION  fHMS

Convert right ascension in degrees to +hh:mm:ss.ss notation.

SDSS SkyServer function, courtesy Johns Hopkins University.
Example usage:

SELECT dbo.fHMS(187.25678)
=> 12:29:01.627

NameTypeLengthinoutpnum
@degfloat8input1
 varchar32output1