Concatenate strings: Difference between revisions
Jump to navigation
Jump to search
(Created page with "String Concatenation == Excel == * Using {{kbd | key=<nowiki>&</nowiki>}} symbol to concatenate different cells such as {{kbd | key=<nowiki>A1&B1</nowiki>}}. * Using the [ht...") |
(No difference)
|
Revision as of 12:34, 8 August 2019
String Concatenation
Excel
- Using & symbol to concatenate different cells such as A1&B1.
- Using the CONCAT or CONCATENATE function.
- Using the TEXTJOIN function.
Easy to defined the separator of different cells.
MySQL
- Using the CONCAT function
PHP
- Using . symbol to concatenate different strings
Javascript
- Using + symbol to concatenate different strings