Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Peter | > | Simple MySQL Tool | > | Example.sql | > | Download | ||
|
Download |
CREATE TABLE IF NOT EXISTS `test` ( `a` int(11) NOT NULL, `b` varchar(20) NOT NULL, `c` int(11) NOT NULL, `d` varchar(20) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='test'; |