
Hi,
How to concatenate the two fields data in MySQL?
Thanks

Hi,
Suppose you have a table T1 and fields in it are: F1 F2 F3
Then the query to concatenate all these fields will be :
select CONCAT (F1,F2,F3,'Some data');
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
