I have a Union query that is producing duplicate records due to small discrepancies in description fields.
I only need the "key" field be unique, but the Query finds entire unique records. I have tried GROUP BY "Key", but I get expression errors. I am not having luck getting SELECT DISTINCT "Key" to work either."
Any suggestions? Thank you.
I only need the "key" field be unique, but the Query finds entire unique records. I have tried GROUP BY "Key", but I get expression errors. I am not having luck getting SELECT DISTINCT "Key" to work either."
Any suggestions? Thank you.