Bo-Blog Database System Tips: MySQL Query Error

Time: 2024-3-28 8:11am
Script:

SQL: SELECT t1.*, t2.userid, t2.avatar FROM `***replies` t1 LEFT JOIN `***user` t2 ON t1.replierid=t2.userid WHERE t1.blogid='63' AND (t1.reproperty<2 OR t1.reproperty=4) ORDER BY t1.reptime ASC LIMIT 0, 10
Error: Table 'skycn.***replies' doesn't exist
Errno.: 1146