Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Pablo Alba Rico | > | Pablosky MySQL | > | sql.txt | > | Download | ||
|
Download |
create database pablosky_mysql_test; CREATE CREATE TABLE `table1` ( `id_name` int(10) unsigned zerofill NOT NULL auto_increment, `name` varchar(20) NOT NULL, PRIMARY KEY (`id_name`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=11 ; |