Hello,
I have a table full of client inventory data and there is a lot of duplicate data from older inserts I would like to remove. I have not done very many complex remove statements so I could use some help.
Table
my_inv_data
Cols
rid (autoincr, id)
client_id
date
name
path
What I'm looking to do is just keep records which match the MAX(`date`) for each client_id.
Thanks,
tom