name:: arigfh multiflags query:: select decCat, raj2000, dej2000, epDec, eqDec from arigfh.id where 4=mod(decflags/10000, 10) description::This query selects reflected observations and their epochs and equinoxes from the identified objects within :taptable:`arigfh.id`. This example in particular shows how to decode combined flags (i.e., flags-like numbers in which digits (or groups of digits) need to be extracted to allow interpretation. ..