Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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  * FROM dir_user WHERE dir_group.name='Approval')");

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

Thanks.