I am trying to get a list of user_id by executing such sqlite query.
SELECT u.user_id FROM users u WHERE u.role_id IN ( 1, 2 ) AND ( SELECT