Using a book for SQL/92 standart I'am trying to learn MySQL basics, but
just after a few pages I find that the commands I type is not working.
Eks.
CREATE TABLE raadighed (nr NUMBER NOT NULL, dag CHAR(8) NOT NULL, PRIMARY KEY(nr, dag));
I swaped NUMBER with NUMERIC, but that did not help.
Can anyone tell me what is the problem?
The book I use should right in the syntax, but....
Nis.