summaryrefslogblamecommitdiffstats
path: root/sql/group_member_detail_get_by_groupid.sql
blob: dd585773d8365bfcfdc2c11e1c6569fdd552ab18 (plain) (tree)
1
                                                                                                                       
select client_id, client_nickname, client_unique_id from :table:, clients where group_id = :group_id: and id1=client_id;