запрос, нужно избавится от posts.user_id = '7' and
select count(*) as aggregate from posts where posts.user_id = '7' and posts.user_id is not null and posts.from_id = '188347805'
чтоб получилось так
select count(*) as aggregate from posts where posts.user_id is not null and posts.from_id = '188347805'
или
к первому запросу прибавть
вот этот
select count(*) as aggregate from posts where posts.user_id != '7' and posts.user_id is not null and posts.from_id = '188347805'
Bullshit
кароч я надумал как сделать, я лучше когда юзер подтвердит свой акк, посты переапдейтю на его айди
Обсуждают сегодня