summaryrefslogblamecommitdiffstats
path: root/sql/client_count_by_serverid.sql
blob: 880b0f2b1893b61a986dc04b00caad28a2f7c51b (plain) (tree)
1
                                                                  
select count(*) as count from clients where server_id=:server_id:;