diff --git a/reporting_with_sql/cheatsheet.md b/reporting_with_sql/cheatsheet.md index 49a86fe..6b100e1 100644 --- a/reporting_with_sql/cheatsheet.md +++ b/reporting_with_sql/cheatsheet.md @@ -123,6 +123,8 @@ Use the concatenation operator `||`. ``` SELECT || || FROM ; + +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