1240select.mql 246 B

1234567891011
  1. select attr18 from /mingdao1/case where attr18=1;
  2. select attr18 from /mingdao1/contract where attr18=1.2;
  3. select attr18 from /mingdao1/project where attr18='a';
  4. select attr18 from /mingdao1/staff where attr18='2025-06-30';
  5. /**
  6. sleep(2s)
  7. **/
  8. ;