INSERT INTO Filename (Name)
SELECT DISTINCT Name
  FROM batch
EXCEPT
SELECT Name
  FROM Filename
