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 |
Name | Type | Length | inout | pnum |
@deg | float | 8 | input | 1 | varchar | 32 | output | 1 |