| Base function to convert right ascension in degrees to +hh:mm:ss.ss notation. |
| @truncate is 0 (default) if decimal digits to be rounded, 1 to be truncated. @precision is the number of decimal digits, default 2. select dbo.fHMSBase(187.5,1,3) |
| name | type | length | inout | pnum |
| @truncate | int | 4 | input | 2 |
| @precision | int | 4 | input | 3 |
| @deg | float | 8 | input | 1 |
| varchar | 32 | input | 0 |