- [Type] dbquery_error
- [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 'AND share_data IN ('goods','photo','goods_photo')
ORDER BY share_id ASC' at line 2
- [Query] SELECT share_id FROM share
WHERE uid = AND share_data IN ('goods','photo','goods_photo')
ORDER BY share_id ASC
|