diff --git a/03_sql_models_routing_controllers/sql.html b/03_sql_models_routing_controllers/sql.html index 39463ab..c163a2d 100644 --- a/03_sql_models_routing_controllers/sql.html +++ b/03_sql_models_routing_controllers/sql.html @@ -988,7 +988,7 @@ ```sql SELECT * FROM products -WHERE name in ('Muffin', 'Coffee') +WHERE name in ('Muffin', 'Coffee'); ``` This example returns all products named `'Smoothie'` or `'Coffee'`: