SELECT intId,intTitle from note where intId=(select intUserId,intNoteId from fav where intUserId=$s_userId)
语法上似乎有点错误,子查询那里帮我改改
intId是要从FAV表里取出来intNoteId
...全文
745打赏收藏
帮我分析一句SQL,谢谢大家!
SELECT intId,intTitle from note where intId=(select intUserId,intNoteId from fav where intUserId=$s_userId) 语法上似乎有点错误,子查询那里帮我改改 intId是要从FAV表里取出来intNoteId