An Error Was Encountered

Error Number: 1242

Subquery returns more than 1 row

SELECT pictures.pic_id, pictures.filename FROM pictures INNER JOIN picture_tags ON pictures.pic_id = picture_tags.pic_id WHERE tag_id = (SELECT tag_id FROM tags WHERE tags.detail ="God") ORDER BY pictures.filename ASC