Can anyone help?
In this script is one bug but i can't find it :(

create table top(
Id int(11) DEFAULT '0' NOT NULL auto_increment,
nadal            numeric,
kuupaev          DATE,
usa1             text,
usa2             text,
usa3             text,
usa4             text, 
usa5             text,
usa6             text,
usa7             text,
usa8             text,
usa9             text,
usa10            text,
eesti1           text,
eesti2           text,
eesti3           text,
eesti4           text,
eesti5           text,  
tekst            longtext,
PRIMARY KEY (id)
);

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to