Trying to create a table...
Posted: Sun Mar 27, 2005 5:08 am
Code: Select all
CREATE TABLE IF NOT EXISTS `distancias` (`salida` VARCHAR(400) default NULL ,`ADSUBIA` INT(10) NOT NULL ,`fin` TINYINT UNSIGNED ZEROFILL not null)A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
CREATE TABLE IF NOT EXISTS `distancias` (`salida` VARCHAR(400) default NULL ,`ADSUBIA` INT(10) NOT NULL ,`fin` TINYINT UNSIGNED ZEROFILL not null)