How can I use Query Builder to export users,and these users should have instance in Infoview. I use the SQL syntax in Query Builder:
select top 100000 si_name from ci_systemobjects where si_kind=‘User’ and si_instance is not null
but after I submit query,I can get all the users,I’m not sure whether the result is right and whether all the users have instances.could you help me?Thank you in advance.