我正在尝试运行查询
Select C.comment, C.commenter, C.datecommented, B.postid, B.dateshared A.username A.avatarfrom B Left Join C Left join A on C.postid = B.postid AND A.userid = C.commenter where B.postid INsyntax; check the manual that corresponds to your MySQL server