0 votes
123 views

I am trying to run e.g. the following simple query, both through TAP and through the web interface, and it never finishes:

SELECT * FROM nsc_dr2.meas WHERE 't' = Q3C_RADIAL_QUERY(ra, dec, 19.56808372996291, -72.6549698220494, 0.008333333333333333)
by | 123 views

1 Answer

0 votes
Thanks for reaching out.

It's best to run the cone search / qc3_radial_query() on the nsc_dr2.object table (just get the 'id' column) and then to JOIN the result with the nsc_dr2.meas table on 'objectid' column in .meas to get the corresponding rows from that table.

We hope this helps!
by datalab (21.9k points)

482 questions

493 answers

484 comments

676 users

Welcome to Data Lab Help Desk, where you can ask questions and receive answers from other members of the community.

Categories