PostgresSQL Linux выдает ошибку ERROR: more than one row returned by a subquery used as an expression

update cast_info set person_id=(select id from name where name='Savin Ivan') where movie_id=(select id from title where title like 'The Matrix' and production_year=1999);

введите сюда описание изображения

ERROR: more than one row returned by a subquery used as an expression


Ответы (0 шт):