My SQL is rusty, so i need help, and i hope i don't get confusing with my explanation.
I need a statement to find all duplicate values of Field A, if at least one of those rows has a constant value on Field B
Field A | Field B
dog | Canines
dog | NULL
dog | NULL
Because Field B is Canines, i want all rows that duplicate the Field A value. I need a select statement, but my intention is to change a value on Field C for duplicates, but i can probably figure that out afterwards.