summaryrefslogtreecommitdiffstats
path: root/sql/group_member_get.sql
blob: c2fb9fceccf92f6cf450524e99bfd8f44e08bd48 (plain) (blame)
1
select * from :table: where server_id = :server_id: and id1 = :id1: and id2 = :id2: and group_id = :group_id:;