CS50_Labs/Lab7/movies/3.sql

1 line
63 B
MySQL
Raw Normal View History

2024-08-09 17:43:54 +00:00
select title from movies where year >= 2018 order by title asc;