[PHP-DB] Re: php command to create table From: _lallous (elias_bachaalany <email protected>)
Date: 10/29/01

mysql_query("
CREATE TABLE abcd (FieldName1 INT (3) UNSIGNED DEFAULT '0' AUTO_INCREMENT,
FieldName2 TINYINT (3) UNSIGNED DEFAULT '0', PRIMARY KEY(FieldName1),
UNIQUE(FieldName1))
");
"Saulius Jankauskas" <nfs <email protected>> wrote in message
news:20011027151225.62017.qmail <email protected>
> subj. Plz help.
>
> THanks.
>
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>