Only one expression can be specified in the select list when the subquery is not introduced with EXI
/*错误的*/
select song.song_name,song.title_url,song.mv_url,singer.singer_name from WEBDB_PROD_SONG as song, WEBDB_PROD_SINGER as singer where song.singer_id=singer.singer_id and song.song_name=(select