index
:
ts3db_postgres
master
PostgreSQL database plugin for teamspeak3
Alexander Sulfrian
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sql
/
client_get.sql
blob: 347976e5479e0c8e1823c9c47a247665203996a2 (
plain
) (
blame
)
1
select
*
from
clients
where
client_id
=
:
client_id
:;