Không phải là một câu hỏi quá rõ ràng nhưng bạn có thể sử dụng một truy vấn như sau:( chưa được kiểm tra )
insert into pageview
select 15, 'A VISITOR', 10, now()
from pageview a
where id_realestate=10 and DATE_ADD(now(),INTERVAL -30 MINUTE) > (
select max(news_release) from pageview b where a.id_realestate=b.id_realestate
);