# CONCAT_WS
## Definition(s)
### Context: [[Nexus - Google Analytics Certificate Course#5.2 Google Analytics - 5 Analyze - Module 2 - Format and Adjust Data Format and Adjust Data|Google Analytics Certificate]]
#### Sub-context: [[CONCAT]]
>[! Definition]
>Concatenate two or more strings _with separator_ between each string
## Examples
```SQL
CONCAT_WS(' . ', 'www', 'google', 'com')
```
The result would be `www . google . com`
the space is
## Related
[[CONCAT|CONCAT]]
## Resources
## Flashcards
The below code are generated for use with [Spaced Repetition plugin](https://github.com/st3v3nmw/obsidian-spaced-repetition/) [docs](https://www.stephenmwangi.com/obsidian-spaced-repetition/)