sqlfmt icon indicating copy to clipboard operation
sqlfmt copied to clipboard

Support `create function`

Open tconbeer opened this issue 3 years ago • 0 comments

The most common ddl in our test files is create function. Let's start there.

Postgres: https://www.postgresql.org/docs/15/sql-createfunction.html Snowflake: https://docs.snowflake.com/en/sql-reference/sql/create-function.html BigQuery: https://cloud.google.com/bigquery/docs/reference/standard-sql/user-defined-functions

#262

tconbeer avatar Oct 14 '22 17:10 tconbeer