I am having a situation like this
我有这样的情况
Select *
from user_post
where user_id in (select user_id from follow where follow_id=20)
SI am having a situation like this
我有这样的情况
Select *
from user_post
where user_id in (select user_id from follow where follow_id=20)
S