FUNCTION
fHMS
Convert right ascension in degrees to +hh:mm:ss.ss notation
NOTE: this function should not be used to generate SDSS IAU names, use fIAUFromEq instead.
select dbo.fHMS(187.5)
Input and output parameters
name
type
length
inout
pnum
@deg
float
8
input
1
varchar
32
input
0