I have two tables in below format:
Table 1:
R.no name type
--------------------------
1. Apple 1
2. Apple 2
3 Apple. 3
4. Apple. 1
5 apple. 2
Table 2:
R.no type. S. Name
-------------------------------
1. 1. Fresh
2. 2. Bbbb
3. 3. Cccc
My required output is
R. No. Name. Fresh. Bbbb. Cccc
-------------------------------------------
1. Apple. 2. 2. 1
can anyone help on this?