/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

  1. SELECT nick
  2. FROM identity_nick
  3. WHERE identityid = :identityid
  4. ORDER BY nickid ASC