summaryrefslogtreecommitdiffstats
path: root/sql/group_member_detail_get_by_groupid.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/group_member_detail_get_by_groupid.sql')
-rw-r--r--sql/group_member_detail_get_by_groupid.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/group_member_detail_get_by_groupid.sql b/sql/group_member_detail_get_by_groupid.sql
new file mode 100644
index 0000000..dd58577
--- /dev/null
+++ b/sql/group_member_detail_get_by_groupid.sql
@@ -0,0 +1 @@
+select client_id, client_nickname, client_unique_id from :table:, clients where group_id = :group_id: and id1=client_id; \ No newline at end of file