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
