再帰で試した後、質問があります
私は2つのテーブルで試しています
最初のテーブルはcomplain_table
complain product_id
----------------------------------------
Not working - 1
not working 1
not working 1
Loading problem 2
Loading problem 2
2番目のテーブルproduct_table
Name id
--------------
usb 1
cd 2
今、私の望ましい出力は
product complain
-----------------------------------
usb Not working
Not working
Not working
cd Loading problem
Loading problem