Skip to content

Commit

Permalink
Merge pull request #3740 from szarnyasg/nits-20240927b
Browse files Browse the repository at this point in the history
formatting
  • Loading branch information
szarnyasg authored Sep 27, 2024
2 parents 5090db3 + 45923cf commit 720c09e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _posts/2024-09-27-sql-only-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,12 @@ Any set of tables (or views!) will first be vertically stacked and then pivoted.

```sql
CREATE OR REPLACE TABLE business_metrics (
product_line VARCHAR, product VARCHAR, year INTEGER, quarter VARCHAR, revenue integer, cost integer
product_line VARCHAR,
product VARCHAR,
year INTEGER,
quarter VARCHAR,
revenue INTEGER,
cost INTEGER
);
INSERT INTO business_metrics VALUES
Expand Down

0 comments on commit 720c09e

Please sign in to comment.