Hi,
I am having a table which contains emp_name, basic_pay, PF, other_info.
Now i want to display as,
emp_name1 basic_pay
emp_name1 PF
emp_name1 Other_info
Like this, Instead of displaying in single row, i want to display in different row based on that emp_name.
How Can I achieve this.