Thanks... syslexia ducks...
Wil
---
Hello.
I am trying to create a table in one of my databases using textbook
code,
but it is giving me an error message. Here is how it reads:
mysql> create TABLE messages
-> (
-> id INT UNSIGNED NOT NULL AUTO_INCREMENT PR
In the last episode (Dec 02), Will K. said:
> Hello.
>
> I am trying to create a table in one of my databases using textbook code,
> but it is giving me an error message. Here is how it reads:
>
> mysql> create TABLE messages
>-> (
>-> id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY
Hello.
I am trying to create a table in one of my databases using textbook code,
but it is giving me an error message. Here is how it reads:
mysql> create TABLE messages
-> (
-> id INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
-> forum int not null,
-> author char(255) not null,