first version of postgres backend
[quassel.git] / src / core / SQL / PostgreSQL / 14 / select_nicks.sql
diff --git a/src/core/SQL/PostgreSQL/14/select_nicks.sql b/src/core/SQL/PostgreSQL/14/select_nicks.sql
new file mode 100644 (file)
index 0000000..41dc6e4
--- /dev/null
@@ -0,0 +1,4 @@
+SELECT nick
+FROM identity_nick
+WHERE identityid = :identityid
+ORDER BY nickid ASC