| Returns a table pf the 6-part SDSS numbers from the long objID. |
| The returned columns in the output table are: skyversion, rerun, run, camcol, firstField, field, obj select * from dbo.fSDSSfromObjID(objid) |
| name | type | length | inout | pnum |
| @objid | bigint | 8 | input | 1 |
| skyVersion | tinyint | 1 | output | 1 |
| camcol | tinyint | 1 | output | 4 |
| firstField | tinyint | 1 | output | 5 |
| run | int | 4 | output | 2 |
| rerun | int | 4 | output | 3 |
| field | int | 4 | output | 6 |
| obj | int | 4 | output | 7 |