CREATE TABLE `product` (
`product_id` int(10) NOT NULL auto_increment,
`name` varchar(50) character set tis620 NOT NULL,
`start_time` datetime NOT NULL,
`end_time` datetime NOT NULL,
`price` varchar(10) character set tis620 NOT NULL,
`category` varchar(50) character set tis620 NOT NULL,
`pic` varchar(100) NOT NULL,
PRIMARY KEY (`product_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;
เพิ่มข้อมูล
INSERT INTO `product` VALUES (21, 'The new iPad Wi-Fi 16GB', '2012-04-25 12:00:00', '2012-04-30 12:00:00', '22,900.00', 'สินค้าประเภทคอมพิวเตอร์และมัลติมิเดียร์', 'product/Computer + Multimedia/The new iPad เธฃเธธเนเธ Wi-Fi 16GB.jpg');
INSERT INTO `product` VALUES (20, 'Sony Bloggie 3D', '2012-04-30 12:00:00', '2012-05-05 12:00:00', '99,00.00', 'สินค้าประเภทกล้องถ่ายรูป', 'product/Camera/Sony Bloggie 3D.jpg');
INSERT INTO `product` VALUES (22, 'The new iPad Wi-Fi 32GB', '2012-05-05 18:00:00', '2012-05-30 12:00:00', '22,900.00', 'สินค้าประเภทคอมพิวเตอร์และมัลติมิเดียร์', 'product/Computer + Multimedia/The new iPad เธฃเธธเนเธ Wi-Fi 16GB.jpg');
INSERT INTO `product` VALUES (23, 'Samsung Galaxy Note AIS', '2012-04-30 17:00:00', '2012-05-02 10:00:00', '22,900.00', 'สินค้าประเภทโทรศัพท์และอุปกรณ์', 'product/Smart Phone + Tablet/Samsung Galaxy Note เธจเธนเธเธขเน AIS.jpg');
INSERT INTO `product` VALUES (24, 'macbook air', '2011-04-25 12:12:00', '2012-04-30 12:12:00', '32,000.00', 'สินค้าประเภทคอมพิวเตอร์และมัลติมิเดียร์', 'product/Computer + Multimedia/macbook air.jpg');