I find detail about creating Tables
Posted by: R Amin
Date: July 02, 2007 04:14PM

I feeling problem to creat tables in MySQL database.
I've worked with Microsoft Access.
But mySQL database is some complex to create tables.

where I can find the detail about creating mySQL tables?
(details of- foreign key / flags / datatype etc.)
(I understand nothing about datatype from the mysql website)

When I tryied to creat a table- it show a error massage ---
"CREATE TABLE `bb`.`s2ad22` (
`dd` TEXT(10) NOT NULL DEFAULT NULL AUTO_INCREMENT,
PRIMARY KEY (`dd`)
)
ENGINE = InnoDB;"

thats why I cannot feel good to make the tables.



Edited 1 time(s). Last edit at 07/02/2007 04:17PM by R Amin.

Options: ReplyQuote


Subject
Written By
Posted
I find detail about creating Tables
July 02, 2007 04:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.