Hi,
I can access data from the delve_dr1 objects table using
SELECT q3c_dist(ra,dec, 247.725,-0.972) AS dist, * FROM delve_dr1.objects WHERE 't' = Q3C_RADIAL_QUERY(ra, dec,247.725,-0.972,0.1) ORDER BY dist ASC
however the same using the SIA service gives 0 rows:
https://datalab.noao.edu/sia/delve_dr1?POS=247.72500,-0.972&SIZE=0.05,0.05
I note that the radius for the q3c_radial_query part of the query is too large (2.0 deg), in the QUERY info tag given in the above results, but I suspect something else is to blame for the zero results.
Best regards,
Brent.