| 12345678910111213141516171819202122232425262728 |
- select * into temp20250911 from /matrix/ldap where username="admin";
- select * from temp20250911
- /**
- output()
- count(1)
- match(username, "admin", fullname, "/admin")
- **/
- ;
- select * into temp20250912 from /matrix/group;
- select * from temp20250912
- /**
- output()
- **/
- ;
- select * into temp20250912{%06d,mqli} from temp20250912
- /**
- loop(100)
- parallel(100)
- timeout(10m)
- **/
- ;
|