| Returns the aperture magnitude error for the given filter (band) and aperture. |
| select TOP 10 objid, dbo.fPhotoApMag(objid,'u',7), dbo.fPhotoApMagErr(objid,'r',7) from PhotoObj |
| name | type | length | inout | pnum |
| @naper | int | 4 | input | 3 |
| real | 4 | input | 0 | |
| @objid | bigint | 8 | input | 1 |
| @filter | varchar | 1 | input | 2 |