SELECT * FROM 111 a,222 b WHERE  b.vuid>0 and to_days(time())<(to_days(b.stime)+b.vday)出现错误:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '))<(to_days(b.stime)+b.vday) LIMIT 0, 30' at line 1请问如何修改?