-1
有三個表做一個SQL查詢與JOIN
職位表
id username
1 ahmed
用戶表
id title
1 test post
post_users
user_id post_id
1 1
post_users(有兩個字段user_id說明和post_id)很多到很多
當我想發送帖子ID = 1時,我想從用戶表中選擇post_users表中沒有行的用戶(在一個查詢中)。怎麼樣?