select TB.CREATOR from T_BUSINESS_001_MAIN tb where not EXISTS(select * from T_BASE_007_ACCOUNT t where t.ACCOUNT_ID=TB.CREATOR);select