neither
in my mysql table
CREATE TABLE polyphonics (
id bigint(20) NOT NULL auto_increment,
make text NOT NULL,
letter text NOT NULL,
name text NOT NULL,
url text NOT NULL,
dl bigint(20) NOT NULL default '0',
PRIMARY KEY (id)
) TYPE=MyISAM ;
i want to collect all of the dl fields from each record and add them together