SELECT from uc_user_association_label where FIND_IN_SET2324 uc_user_association_labellable_id 1054 - Unknown column uc_user_association_labellable_id in where clause怎么改
您可以尝试将uc_user_association_label.lable_id更正为正确的列名。请确保列名拼写正确,并且与数据库中的列名一致。以下是修改后的查询语句示例:
SELECT * FROM uc_user_association_label WHERE FIND_IN_SET('23,24', uc_user_association_label.label_id)
原文地址: http://www.cveoy.top/t/topic/hC08 著作权归作者所有。请勿转载和采集!