| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # /matrix/filesystem | name='转发.json'
- /**
- output()
- **/
- ;
- # /matrix/filesystem | author!='admin'
- /**
- output()
- **/
- ;
- SELECT
- attr,author,class,ctime,day,ftype,fullname,id,lmd5,md5,mtime,name,parent,status,tags,vtime
- FROM
- /matrix/filesystem where name='转发.json'
- /**
- output()
- **/
- ;
- # /matrix/filesystem | name='转发.json'
- /**
- output()
- **/
- ;
- SELECT
- fullname
- FROM
- /matrix/filesystem where name='转发.json'
- /**
- output()
- **/
- ;
- # /matrix/filesystem | name='转发.json' | print fullname
- /**
- output()
- **/
- ;
|