Help for this page

Select Code to Download


  1. or download this
    SELECT * FROM mytable 
    WHERE path = '/my/path/to/file/isthis.dat';
    
  2. or download this
    SELECT * FROM mytable 
    WHERE md5(path) = md5('/my/path/to/file/isthis.dat');