index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk7
/
pset
/
movies
/
5.sql
blob: bcfd89173e04c81f93596dbd752f74779cf6ce6e (
plain
)
1
SELECT title, year FROM movies WHERE title LIKE "Harry Potter%" ORDER BY year;