Skip to content

Commit ece80a5

Browse files
authored
Merge pull request #3781 from keplib/patch-1
Update part13c.md
2 parents c8d242f + 7d515ee commit ece80a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/13/en/part13c.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -995,8 +995,8 @@ In the context of the include, we must now use the alias name <i>marked\_notes</
995995
In order to test the feature, let's create some test data in the database:
996996
997997
```sql
998-
insert into user_notes (user_id, note_id) values (1, 4);
999-
insert into user_notes (user_id, note_id) values (1, 5);
998+
insert into user_notes (user_id, note_id) values (2, 1);
999+
insert into user_notes (user_id, note_id) values (2, 2);
10001000
```
10011001
10021002
The end result is functional:

0 commit comments

Comments
 (0)