quasselcore: --add-user and --change-userpass now exit with non-null in case
[quassel.git] / src / core / SQL / SQLite / 18 / select_nicks.sql
1 SELECT nick
2 FROM identity_nick
3 WHERE identityid = :identityid
4 ORDER BY nickid ASC