Skip to content

Commit 877f371

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

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
@@ -120,8 +120,7 @@ In the recommendation query, the user needs to specify the ratings table and als
120120

121121
```
122122
SELECT * FROM ml_ratings R
123-
RECOMMEND R.itemid TO R.userid ON R.ratingval
124-
USING ItemCosCF
123+
RECOMMEND R.itemid TO R.userid ON R.ratingval USING ItemCosCF
125124
WHERE R.userid = 1
126125
ORDER BY R.ratingval
127126
LIMIT 10

0 commit comments

Comments
 (0)