MySQL Create err ver: 3.21.21a-beta

admin

Administrator
Staff member
I always get an error when I want to create some tables with mysql 3.21.21a-beta on SGI IRIX 6.2

mysql> create table beurteilung (Feld1 DATE(20), Feld2 BIGINT (30));
ERROR 1064: parse error near '(20), Feld2 BIGINT (30))' at line 1
mysql>

Can anyone help me finding the reason for that?
tks
Walter
 
Back
Top