Hi Caroline,
> Hi, I have several simple questions regarding creating
> tables in the MySQL.
>
> 1. For a variable of Java primitive int type, I should
> use INT or INTEGER? Do I have to specify the length of
> the field?
> CREATE TABLE message_thread( thread_id INT or INTEGER
> NOT NULL AUTO_INC
Hi, I have several simple questions regarding creating
tables in the MySQL.
1. For a variable of Java primitive int type, I should
use INT or INTEGER? Do I have to specify the length of
the field?
CREATE TABLE message_thread( thread_id INT or INTEGER
NOT NULL AUTO_INCREMENT PRIMARY KEY);
2. A fie
PROTECTED]
- Original Message -
From: "Alexander Shaw" <[EMAIL PROTECTED]>
To: "MySQL Win 32 List" <[EMAIL PROTECTED]>
Sent: Monday, February 18, 2002 6:56 AM
Subject: Create Tables in MySQL Database from Access
> Hi all,
>
> Seem to be hittin