098search.mql 530 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # /matrix/filesystem | name='转发.json'
  2. /**
  3. output()
  4. **/
  5. ;
  6. # /matrix/filesystem | author!='admin'
  7. /**
  8. output()
  9. **/
  10. ;
  11. SELECT
  12. attr,author,class,ctime,day,ftype,fullname,id,lmd5,md5,mtime,name,parent,status,tags,vtime
  13. FROM
  14. /matrix/filesystem where name='转发.json'
  15. /**
  16. output()
  17. **/
  18. ;
  19. # /matrix/filesystem | name='转发.json'
  20. /**
  21. output()
  22. **/
  23. ;
  24. SELECT
  25. fullname
  26. FROM
  27. /matrix/filesystem where name='转发.json'
  28. /**
  29. output()
  30. **/
  31. ;
  32. # /matrix/filesystem | name='转发.json' | print fullname
  33. /**
  34. output()
  35. **/
  36. ;