Skip to content

Commit 2702f88

Browse files
Fixed link
1 parent 6bdca18 commit 2702f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SQL to MongoDB Query API
22

3-
Workshop Docs hosted at: https://sql-to-query-api-lab.github.io/sql-to-query-api-lab/docs/category/prerequisites
3+
Workshop Docs hosted at: https://mdb.link/query-api-lab

docs/40-CRUD/1-WHERE.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Now, let's utilize a few MongoDB operators and create more sophisticated queries
3737

3838
### $or and $gt operators
3939

40-
Suppose we want to get all the books written in 2010 OR books that have more than 200 pages.
40+
Suppose we want to get all of the books that were written in 2010 or that have more than 200 pages.
4141

4242
```sql
4343
SELECT * FROM books WHERE year = 2010 OR pages > 200;

0 commit comments

Comments
 (0)