Prechádzať zdrojové kódy

Merge branch 'master' of https://git.wecise.com/libf/odbtools

lizg 2 týždňov pred
rodič
commit
0b8d4a869f

+ 9 - 0
odbctest/mql/basic/10basic/996.classalias.mql

@@ -0,0 +1,9 @@
+
+SELECT
+	order.id, order._group, order.username
+FROM
+	 /matrix/ldap "order" where order.username = 'admin'
+/**
+output()
+**/
+;