Define string value : String Type « String « SQL / MySQL






Define string value

  select 'I Love MySQL';
/*
mysql>   select 'I Love MySQL';
+--------------+
| I Love MySQL |
+--------------+
| I Love MySQL |
+--------------+
1 row in set (0.00 sec)

*/
           
       








Related examples in the same category

1.Compare string value
2.Use string function in select clause