PageRenderTime 32ms CodeModel.GetById 24ms app.highlight 6ms RepoModel.GetById 1ms app.codeStats 0ms

/quassel-0.7.3/src/core/SQL/PostgreSQL/16/select_nicks.sql

#
SQL | 4 lines | 4 code | 0 blank | 0 comment | 0 complexity | 152a251187b7e76fb86cac1ec7024434 MD5 | raw file
Possible License(s): GPL-2.0, GPL-3.0
1SELECT nick
2FROM identity_nick
3WHERE identityid = :identityid
4ORDER BY nickid ASC