cs50/3.sql

5 lines
58 B
SQL

SELECT title
FROM movies
WHERE year>=2018
ORDER BY title;