[Analytics Engineering] Syntactic Sugar: Snowflake Now Supports Trailing Comma for the SELECT Clause
Ali, Saqib docbook.xml at gmail.com
Wed Mar 13 20:50:10 UTC 2024
A brief post by Qinyi Ding on how Snowflake now supports trailing comma for the SELECT clause: https://medium.com/snowflake/snowflake-supports-trailing-comma-for-the-select-clause-407eb46271ba
Basically the following is a valid SQL in Snowflake:
SELECT department_name, last_name, first_name, FROM employee_table
- Previous message (by thread): [Wranglers] Flattening JSON with a recursive query in BigQuery
- Next message (by thread): [Wranglers] Accurate estimation of the costs of each SQL statement in Snowflake