summaryrefslogtreecommitdiffstats
path: root/sql/client_get_by_uid.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/client_get_by_uid.sql')
-rw-r--r--sql/client_get_by_uid.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/client_get_by_uid.sql b/sql/client_get_by_uid.sql
new file mode 100644
index 0000000..03d8882
--- /dev/null
+++ b/sql/client_get_by_uid.sql
@@ -0,0 +1 @@
+select * from clients where client_unique_id = :client_unique_id: and server_id=:server_id:; \ No newline at end of file