Skip to content

Commit 0945e5c

Browse files
committed
fixe syntax
1 parent 00cb933 commit 0945e5c

File tree

1 file changed

+1
-1
lines changed
  • learn-pr/azure-databases/postgresql/basic-sql-where-clause-subqueries/includes

1 file changed

+1
-1
lines changed

learn-pr/azure-databases/postgresql/basic-sql-where-clause-subqueries/includes/3-where-clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It's a powerful filtering tool with a wide range of options, allowing users to c
55
## Filtering based on a single condition
66

77
```sql
8-
SELECT produt_name, price, unit
8+
SELECT product_name, price, unit
99
FROM sales.products
1010
WHERE price > 50;
1111
```

0 commit comments

Comments
 (0)