company company_to_attributes
===================== ============================
| id_company | name id_attributes | id_company
===================== ============================
| 1 | Test | 1 | 1
| 2 | Test 2 | 2 | 1
| 3 | Test 3 | 3 | 1
| 4 | Test 4 | 4 | 3
| .. | ... | .. | ...
===================== ============================
私は単純な配列を持っています:
$array_attributes_IDS = array(1,2);
配列から id_attribute を持つ会社を取得するクエリを書きたいと思います。