Returns the PrimTarget value corresponding to a name |
the photo and spectro primTarget flags can be shown with Select * from PrimTarget Sample call to find photo objects that are Galaxy primary targets select top 10 * from photoObj where primTarget & dbo.fPrimTarget('TARGET_GALAXY') > 0 see also fSecTarget |
name | type | length | inout | pnum |
int | 4 | input | 0 | |
@name | varchar | 40 | input | 1 |