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
/
info_get_by_ident.sql
blob: 33f634935c798c2f5cc4c3cfa2515cf91a7e4d13 (
plain
) (
blame
)
1
select
*
from
info
where
ident
=
:
ident
:;