Skip to content

Commit a71774d

Browse files
author
Mohamed Sarwat
committed
Update README.md
1 parent e2b4c09 commit a71774d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ In order to do that, the query joins the recommendation with the Movies table an
141141

142142
```
143143
SELECT * FROM ml_ratings R, Movies M
144-
RECOMMEND R.itemid TO R.userid ON R.ratingval
145-
USING ItemCosCF
144+
RECOMMEND R.itemid TO R.userid ON R.ratingval USING ItemCosCF
146145
WHERE R.userid = 1 AND M.movieid = R.itemid AND M.genre LIKE '%Comedy%'
147146
ORDER BY R.ratingval
148147
LIMIT 10

0 commit comments

Comments
 (0)