Sign-up our Newsletter  Register on our LinkedIn  Follow us on Twitter  Check out our Facebook  Follow us on Google+
Follow

List users by team and profiles

 This SQL report can be use as is from the SQL report module

 

SELECT table_user_0.user_id,

table_user_0.user_name, table_user_0.folder_id, table_user_0.user_local, table_user_0.user_email,  table_user_0.user_enabled,  table_user_0.country_id, table_usergroup_0.usergroup_id, table_usergroup_0.usergroup_name, table_userprofile_0.userprofile_name

 

FROM

xstudio_db.table_user table_user_0,

xstudio_db.table_usergroup table_usergroup_0,

xstudio_db.table_usergroup_user table_usergroup_user_0,

xstudio_db.table_userprofile table_userprofile_0

 

WHERE

table_usergroup_user_0.user_id = table_user_0.user_id

AND table_usergroup_user_0.usergroup_id = table_usergroup_0.usergroup_id

AND table_userprofile_0.userprofile_id = table_user_0.userprofile_id

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.