/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
- SELECT nick
- FROM identity_nick
- WHERE identityid = :identityid
- ORDER BY nickid ASC