잘못된 SQL이다 :열 '크기는'모호한
SELECT
info_hash,
size,
comment,
created_by,
announce_list,
completed_by,
completed,
seeders,
leechers,
ulspeed,
dlspeed,
dateline,
thumbnail_dateline,
filename,
filesize,
visible,
attachmentid,
counter,
postid,
IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail,
thumbnail_filesize,
attachmenttype.thumbnail AS build_thumbnail,
attachmenttype.newwindow
FROM attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE postid IN (-1,2)
ORDER BY attachmentid;
MySQL의 오류 :이 size
가에 아마 것을 의미 1,052
무엇이 질문입니까? – Ibo
읽기 쉽도록 요청을자를 수 있습니까? 구문 오류를 얻으려면 bazillion 열을 선택해야한다고 생각하지 않습니다. –