Nov 22 2002
DISTINCT!
ONLamp.com: Cooking with MySQL [Nov. 21, 2002]
I have been beating my brain trying to find a way to grab all the possible choices from a particular table in MySQL. I have a 14k+ table of backup jobs, all the jobs that have run since ~ January. I thought I was going to have to get all kinds of weird meta-data from the backup server.
Then, I saw that link. There’s a SQL thingee called DISTINCT. How did I miss that? Sometimes computers just kill me.



