Skip to content

Commit c5b3842

Browse files
Update content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-sql-case-example.md
Co-authored-by: andy-stark-redis <[email protected]>
1 parent ecc924e commit c5b3842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/integrate/redis-data-integration/data-pipelines/transform-examples/redis-sql-case-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type: integration
1616
weight: 30
1717
---
1818

19-
The `CASE` statement allows you to specify conditions and return different values based on those conditions. You can use it both to create new fields or filter existing data.
19+
The [`CASE`](https://www.w3schools.com/sql/sql_case.asp) statement allows you to specify conditions and return different values based on those conditions. You can use it both to create new fields or filter existing data.
2020

2121
## Using SQL CASE to create a new field
2222
The example below demonstrates how to use the `CASE` statement to create a new field called `Market` based on the value of the `BillingCountry` field in the `Invoice` table. The new field categorizes countries into regions such as "North America" and "Europe".

0 commit comments

Comments
 (0)