Which mysql function is used to concatenate string?



Which mysql function is used to concatenate string?..

Answer / hrindows@gmail.com

CONCAT() function is used to combine two or more string data. The use of this function is here with an example.
Example: The following SELECT query with CONCAT() function will combine five words, ‘Welcome ‘, ‘to’, ‘SoftwareTestingHelp’,’.’ and ‘com’.

SELECT CONCAT('Welcome ',to ','SoftwareTestingHelp','.',com');

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Can I use mysql for free?

0 Answers  


Is mysql deprecated?

0 Answers  


What is localhost in mysql?

0 Answers  


Is mysql a good database?

0 Answers  


write a c++ program to add a user to mysql.the user should be permitted to only "insert" into the given database

3 Answers   Infosys, Webyog,






How do I delete a table in mysql workbench?

0 Answers  


How do I edit a table in mysql?

0 Answers  


How to upload a large file through phpmyadmin in mysql?

0 Answers  


Is mysql is a programming language?

0 Answers  


Can varchar be primary key?

0 Answers  


Why use stored procedures in mysql?

0 Answers  


how to display nth highest salary from a table in a mysql query? : Mysql dba

0 Answers  


Categories