SQL查询错误: Unknown column 'T.id' in 'field list'
It seems that the table alias 'T' is not defined in the query, but it is being used in the SELECT statement. Check if the table 'iw_seaservice_apply' has a column named 'id' and if it is necessary to use the 'T' alias for it. If not, remove the 'T.' prefix from the MAX function.
原文地址: https://www.cveoy.top/t/topic/oky1 著作权归作者所有。请勿转载和采集!