Utility Mill

Find_Duplicates_By_Substring

Find duplicate lines looking at a substring of each line


Output


Instructions / Discussion

I had a big SQL query pull columns with the same name from multiple tables, so I used this to find columns with the same name even though they were prefixed by different table names.

For example:

select 
`c`.`BALANCE`,
``s`.`BALANCE`,
..more ...

Utility Mill is another wonderful Blended Technologies project.

copyright, owned and operated by Blended Technologies LLC.

Powered by Python and the ineffable Web.py