Dominic Posted January 24, 2012 Posted January 24, 2012 Can anyone show me pictures on how to do a sql table thanks Quote
a_bertrand Posted January 24, 2012 Posted January 24, 2012 What do you need exactly? As creating a table can be like: create table toto( id integer primary key auto_increment, name varchar(80)); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.