Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
:blank: (i@declin.eu)'s status on Friday, 13-Sep-2024 05:16:41 JST:blank: @j @lanodan @hj this
select ap_id from users join (select following_id from following_relationships where follower_id = (select id from users where nickname = 'CHANGE ME')) as _user on users.id = _user.following_id;