You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$result = $file_db->query('SELECT f1.file_path AS p1, f2.file_path AS p2 FROM files AS f1 LEFT JOIN files AS f2 ON f1.file_sha1 = f2.file_sha1 WHERE f1.file_path != f2.file_path');