select a.* from products a left join products_category b on b.CateId=a.CateId where a.GroupId='products' and a.UnfinishedState='0' and a.AuditState='3' and (b.domain_list IS NULL or b.domain_list='' or b.domain_list like '%,www.plfstb.com,%') and (a.StartTime<='1762185600' or a.EndTime>='1764863999') order by a.ApplyState asc,a.AccTime desc,a.StartTime desc limit 972, 12
連接數據表錯誤
錯誤代碼: 1:Can't create/write to file '/tmp/MYX11ORb' (Errcode: 28 - No space left on device)