PageRenderTime 45ms CodeModel.GetById 21ms 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
  1. SELECT nick
  2. FROM identity_nick
  3. WHERE identityid = :identityid
  4. ORDER BY nickid ASC