Skip to content

Commit c0c113f

Browse files
committed
[netlify-build]
1 parent 20e2851 commit c0c113f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/connections/storage/warehouses/redshift-useful-sql.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
title: Useful SQL Queries for Redshift
33
---
4-
Below you'll find a library of some of the most useful SQL queries customers use in their Redshift warehouses. You can run these right in your Redshift instance with little to no modification.
4+
Below you'll find a library of some of the most useful SQL queries customers use in their Redshift warehouses. You can run these right in your Redshift instance with little to no modification.
5+
6+
> success "Ways to improve query speed"
7+
> If you're looking to improve the speed of your queries, check out Segment's [Speeding Up Redshift Queries](/docs/connections/storage/warehouses/redshift-tuning/) page!
58
69
You can use SQL queries for the following tasks:
710
- [Tracking events](#tracking-events)
@@ -343,4 +346,4 @@ This query will return a table with your distinct groups, without duplicates.
343346
| name | industry | employees | plan | sent_at |
344347
| --------- | ------------- | --------- | ------- | ------------------- |
345348
| Initech | Technology | 600 | Premium | 2021-12-20 19:44:03 |
346-
| Acme Corp | Entertainment | 15 | Premium | 2021-12-20 19:44:03 |
349+
| Acme Corp | Entertainment | 15 | Premium | 2021-12-20 19:44:03 |

0 commit comments

Comments
 (0)