VIEW  UKIDSSDetection

All UKIDSS subsurvey detections appear in this view.

This view is simply a union of all UKIDSS detections from all of
the component subsurveys. Use this view if you are interested in any
single passband detections regardless of the original subsurvey in which
they originate.


SELECT * FROM lasDetection
UNION
SELECT * FROM gpsDetection
UNION
SELECT * FROM gcsDetection
UNION
SELECT * FROM dxsDetection
UNION
SELECT * FROM udsDetection

The details of the table defined by this view are available here.