我有以下表格
spam (element_id, spam_table,spam_by,add_date)
这里 (element_id,spam_by) 是主键,spam_by 是外键取决于用户的 id
user(id,fname,lname)
id 是主键
profile_pic(pic_id,profile_p,userid)
userid 是外键,取决于用户的 id
comments( comment_id, comment_on, commented_by, comment_date, comment)
comments_id 是主键,comment_on 是外键取决于元素的 id commented_by 外键取决于用户的 id
elements(id,name)
id 是主键
从上表。我想从上面的表格中获取以下详细信息
commented userid, name,pic,comment,commemt on element,spam userid, name,pic