Concatenate strings
String Concatenation
Excel edit
- 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 [1].
MySQL edit
- Using the CONCAT function
PHP edit
- Using . symbol to concatenate different strings
Javascript edit
- Using + symbol to concatenate different strings