VuoriLiikaluoma - 10:49 am on Dec 28, 2010 (gmt 0) You should check out MySQL MIN() aggregate function and GROUP BY. for ex: SELECT a, MIN(b) FROM c GROUP BY d; Hope that helps somewhat...
You should check out MySQL MIN() aggregate function and GROUP BY. for ex: SELECT a, MIN(b) FROM c GROUP BY d; Hope that helps somewhat...