Table 'doublestars.wds' doesn't existselect * from wds where ( abs(mag_s-mag_p)<=2.5 and mag_p<=9.5 and sep2>=1.5 and sep2<=15 and (cast(CONCAT(dec_signe,(dec_deg)*60)AS SIGNED)+cast(CONCAT(dec_signe,(dec_min))AS SIGNED))>='10'*60 and ( (ra_h*60+ra_min)<=1373 and (ra_h*60+ra_min)>=1253)) order by CONCAT(ra_h,ra_min)