My queries were working perfectly not too long ago, although it seems now I am receiving new query errors and even a stuck, rotating wheel which doesn't load. Any ideas at what could be causing this and how I could solve it? I am seeing these issues even with a simple query such as this one:
SELECT
t.ls_id, t.ra, t.dec, a.apflux_g_1
FROM
ls_dr10.tractor AS t
JOIN
ls_dr10.apflux AS a ON t.ls_id = a.ls_id
WHERE
âtâ = Q3C_RADIAL_QUERY(t.ra, t.dec, 39.8132, -8.1162, 0.03)