X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2FSQL%2FSQLite%2F14%2Fselect_nicks.sql;fp=src%2Fcore%2FSQL%2FSQLite%2F14%2Fselect_nicks.sql;h=41dc6e4d7df696bdb5fd27bfb3cc8250d96b77be;hb=b795a7b7b42ab546b1a6db2cba6091f5c3aa91fc;hp=0000000000000000000000000000000000000000;hpb=75aed292bb10fdba0c6f447a1c899510638a9c5d;p=quassel.git diff --git a/src/core/SQL/SQLite/14/select_nicks.sql b/src/core/SQL/SQLite/14/select_nicks.sql new file mode 100644 index 00000000..41dc6e4d --- /dev/null +++ b/src/core/SQL/SQLite/14/select_nicks.sql @@ -0,0 +1,4 @@ +SELECT nick +FROM identity_nick +WHERE identityid = :identityid +ORDER BY nickid ASC