Hi Robert!
Thanks for helping me out! Heres my query I've been trying to run:
SELECT
ra,
dec,
random_id,
f275w_vega,
f275w_crowd,
f275w_sharp,
f275w_round,
f275w_snr,
f275w_st_flag,
f275w_err,
f275w_gst_flag,
f336w_vega,
f336w_crowd,
f336w_sharp,
f336w_round,
f336w_snr,
f336w_st_flag,
f336w_err,
f336w_gst_flag,
f475w_vega,
f475w_crowd,
f475w_sharp,
f475w_round,
f475w_snr,
f475w_st_flag,
f475w_err,
f475w_gst_flag,
f814w_vega,
f814w_crowd,
f814w_sharp,
f814w_round,
f814w_snr,
f814w_st_flag,
f814w_err,
f814w_gst_flag,
f110w_vega,
f110w_crowd,
f110w_sharp,
f110w_round,
f110w_snr,
f110w_st_flag,
f110w_err,
f110w_gst_flag,
f160w_vega,
f160w_crowd,
f160w_sharp,
f160w_round,
f160w_snr,
f160w_st_flag,
f160w_err,
f160w_gst_flag
FROM phat_v3.phot_mod
WHERE f814w_vega < 22
(also I'm not sure what an invocation call is or where to find that sorry I'm still learning)
I was using TOPCAT to submit my queries, but when I got the error on there, I switched over here to see if it was a TOPCAT specific issue. I am using TOPCAT to look at the data, but the .csv file created on AstroDataLab was blank except for the error above, even when I loaded it onto another software. Please let me know if you need any more information from me to explain my situation! Thanks again for your help!