JF
Size: a a a
JF
JF
JF
ИБ
К
К
SELECT * FROM images WHERE id NOT IN (SELECT rated_photo_id FROM rated_photos);
DB
select * from images where not exists(select 1 from rated_photos where rated_photo_id = images.id)
DB
ИБ
SELECT * FROM images WHERE id NOT IN (SELECT rated_photo_id FROM rated_photos);
ИБ
DB
ИБ
К
ИБ
К
К
EM
DD
DD