Distinct Optimization (no replies)
(MySQL.com) Hello.
I have a table t1 with the following structure:
CREATE TABLE IF NOT EXISTS 't1' (
'id' int(10) unsigned NOT NULL auto_increment,
'station_id' int(10) unsigned NOT NULL,
'type' varchar(15) NOT NULL,
PRIMARY KEY ('id'),
KEY