MySQL Forums
Forum List  »  PHP

Re: create table error.
Posted by: Mohamed Mansour
Date: January 07, 2006 05:27AM

that should work...

check ur other program

mysql> CREATE TABLE info (ITEM_ID int (5),ITEM_TITLE varchar (50),ITEM_DESC text,ITEM_PRICE int (3));
Query OK, 0 rows affected (0.13 sec)

mysql>

Mohamed Mansour
Software Engineer
Microsoft Student Partner Alumni

Options: ReplyQuote


Subject
Written By
Posted
January 06, 2006 04:28PM
Re: create table error.
January 07, 2006 05:27AM
January 07, 2006 04:37PM


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.