Simplest concatenate string : String Append : String SQL / MySQL


SQL / MySQL » String » String Append »

 

Simplest concatenate string



/*
mysql> select CONCAT("a"," ","B");
+---------------------+
| CONCAT("a"," ","B") |
+---------------------+
| a B                 |
+---------------------+
1 row in set (0.00 sec)


*/  
select CONCAT("a"," ","B");
           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo String
» String Append