You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Hi everyone!

Now, I'm trying to fill select box with users that had been assigned in the Group. For example, my group name is "Approval".

Below is my query:

("(SELECT  username,id FROM dir_user WHERE dir_group.name='Approval')");

My query fail to run. Is there any changes should I made?

Thanks.

  • No labels