Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions reporting_with_sql/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ Use the concatenation operator `||`.

```
SELECT <value or column> || <value or column> || <value or column> FROM <table>;

If you are using an alias make sure the AS goes at the end of the concatenation string or else it will pull nothing.
```

### MS SQL
Expand Down