You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin needs testing for the suggestion that the default query should be changed to:
select top 10 p.objid, p.ra, p.dec, p.g, p.r, s.z
from photoObj p
join specObj s on s.bestobjid = p.objid
where p.ra between -0.1 and 0.1
and p.dec between -0.1 and 0.1
The text was updated successfully, but these errors were encountered:
Plugin needs testing for the suggestion that the default query should be changed to:
select top 10 p.objid, p.ra, p.dec, p.g, p.r, s.z
from photoObj p
join specObj s on s.bestobjid = p.objid
where p.ra between -0.1 and 0.1
and p.dec between -0.1 and 0.1
The text was updated successfully, but these errors were encountered: