user
u on urr.user_id = u.id where urr.source_id in (select p.id from project p where p.organization_id = ? and p.enable = 1 and p.deleted = 0 ) and u.deleted = 0 and u.enable = 1 order by urr.create_time desc ### Cause: java.sql.SQLException: Expression #1 of ORDER BY clause is not in SELECT list, references column ‘metersphere.urr.create_time’ which is not in SELECT list; this is incompatible with DISTINCT ; uncategorized SQLException; SQL state [HY000]; error code [3065]; Expression #1 of ORDER BY clause is not in SELECT list, references column ‘metersphere.urr.create_time’ which is not in SELECT list; this is incompatible with DISTINCT