1 2 3 4
CREATE TABLE `items` ( `id` int(11) NOT NULL auto_increment, `channel_id` int(11) NOT NULL, ...
PHP On SQL JOIN vs. tmpTable
by jackbauer.myopenid.com,
October 31, 2007 16:41
1 2 3 4
CREATE TABLE `items` ( `id` int(11) NOT NULL auto_increment, `channel_id` int(11) NOT NULL, ...
Yes of course........