CS50_Labs/Lab7/movies/3.sql

1 line
63 B
SQL

select title from movies where year >= 2018 order by title asc;