Hi,
I want to fetch all the records in one line with First Name LastName , First Name Last Name, etc........ in mysql Query.
For example,
mytable looks like this:
rec Id First Name Last Name
1 Gnaniyar Zubair
2 Frankyn Albert
3 John Mathew
4 Suhail Ahmed
I want to fetch all these record sin one line: Output should be like this:
Gnaniyar Zubair , Frankyn Albert, John Mathew, Suhail Ahmed
How to get like this?
- Gnaniyar Zubair