I'm having a problem in MySQL query.
I need MySQL query to display the following output and I also need to take CSV or Excel or PDF report.
Table1:
id | nos ------------- 1 12,13,14 2 14 3 14,12
Table2:
id | values ------------ 12 raja 13 rames 14 ravi
I want output like this:
id | values --------------------- 1 raja, rames, ravi 2 ravi 3 ravi, raja