Hi Team,
can you able to provide a custom script or if there is any facility available to get a report of user id's and email id's of the users.
Appreciate your help in providing the script.
Regards,
Kiran
select s.Name, s.Email from Subject s where s.Type = 'U'
Regards Gerben
You already have an active moderator alert for this content.
Thank you for the SQL statement.
Add comment