Forum Discussion

DevLearner0's avatar
DevLearner0
Frequent Visitor
1 year ago
Solved

MYSQL -- DISTINCT clause in sql query

Hello,   I can't find more info about this, I hope someone here can help me. I have a DB with a table with 44M rows and I need to remove duplicates from it with Power Query (can't do it in the DB)....
  • lbendlin's avatar
    lbendlin
    1 year ago

    Table.Distinct or Table.Group can work around that date column (by not including it in either command).

     

    You will have to check the performance.  Ideally your Power Query transforms "fold"  (can be converted back into SQL and pushed up into the data source).