A. event_choices
event_id | res_id |
4 | 10 |
B. restaurants
res_id | res_name |
10 | xyz |
C. event
event_id | event_name |
4 | birthday |
名前をidに一致させるために内部結合を試みましたが、失敗しました
select event_id as id from event_choices inner join restaurants on res_id.id = res_name
php / mysqlにとって非常に新しい、どんな助けでも大歓迎です