can you help me with following problem?
Code: Select all
CREATE TABLE `items` (
`id` int(10) unsigned NOT NULL auto_increment,
`price` int(11) default NULL,
PRIMARY KEY (`pid`)
)Code: Select all
price range | number of items
0-50 | 0
0-100 | 6
0-150 | 7
0-200 | 8