I'm ahaving the problem in mysql query,,I need mysql query for display the following output and also i 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
1 rames
1 ravi
2 ravi
3 ravi
3 raja