1.create.mql 372 B

12345678910111213141516171819202122232425262728
  1. select * into temp20250911 from /matrix/ldap where username="admin";
  2. select * from temp20250911
  3. /**
  4. output()
  5. count(1)
  6. match(username, "admin", fullname, "/admin")
  7. **/
  8. ;
  9. select * into temp20250912 from /matrix/group;
  10. select * from temp20250912
  11. /**
  12. output()
  13. **/
  14. ;
  15. select * into temp20250912{%06d,mqli} from temp20250912
  16. /**
  17. loop(100)
  18. parallel(100)
  19. timeout(10m)
  20. **/
  21. ;