Date: 10/29/01
- Next message: olinux: "[PHP-DB] category structure"
- Previous message: Niklas Lampén: "[PHP-DB] mySQL table update"
- In reply to: Saulius Jankauskas: "[PHP-DB] php command to create table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: olinux: "[PHP-DB] category structure"
- Previous message: Niklas Lampén: "[PHP-DB] mySQL table update"
- In reply to: Saulius Jankauskas: "[PHP-DB] php command to create table"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

