Skip to content

Commit

Permalink
Merge pull request #184 from firebolt-db/arushi-firebolt-patch-1
Browse files Browse the repository at this point in the history
Update working-with-partitions.md
  • Loading branch information
krishfirebolt authored Oct 12, 2023
2 parents b393f2f + 738e7ba commit 4b1e357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/working-with-partitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ PARTITION BY EXTRACT(YEAR FROM transaction_date), EXTRACT(MONTH FROM transaction

The example below drops the partition for records where `transaction_date` is in the month of April 2022. The year and month are specified as integers in the command.

```SQL
```sql

ALTER TABLE fct_tbl_transactions DROP PARTITION 2022,04;
```

Expand Down

0 comments on commit 4b1e357

Please sign in to comment.