Skip to content

Commit 909d917

Browse files
author
Mohamed Sarwat
committed
Update README.txt
Fixing Order By
1 parent 64cf0b4 commit 909d917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ SELECT * FROM MovieRatings R
7575
RECOMMEND R.itemid TO R.userid ON R.ratingval
7676
USING ItemCosCF
7777
WHERE R.userid = 1
78-
OREDER BY R.ratingval
78+
ORDER BY R.ratingval
7979
LIMIT 10
8080
```
8181

0 commit comments

Comments
 (0)