CS50_Labs/Lab7/songs/6.sql

2 lines
94 B
SQL

select name from songs where artist_id = (select id from artists where name = "Post Malone");