Simplest concatenate string 2 : String Append : String SQL / MySQL


SQL / MySQL » String » String Append »

 

Simplest concatenate string 2



/*
mysql> select CONCAT("a","B");
+-----------------+
| CONCAT("a","B") |
+-----------------+
| aB              |
+-----------------+
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