Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of herve_tribouilloy | > | DBConnect | > | db.sav | > | Download | ||
|
Download |
create database test1; create table test_table ( test_id int(8) not null auto_increment, test_date date not null, description text, primary key(test_id) ); |