php-db | 2002091
Date: 09/07/02
- Next message: Ray Healy \(Data Net Services\): "[PHP-DB] Enhancement of script"
- Previous message: Bryan McLemore: "[PHP-DB] SQL Query"
- In reply to: Bryan McLemore: "[PHP-DB] SQL Query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
id INT NOT NULL AUTO_INCREMENT PRIMARY KEY
Adam
On Sat, 7 Sep 2002, Bryan McLemore wrote:
> Hi Guys I have written this SQL Query :
>
> CREATE TABLE tasks (id INT AUTO_INCREMENT, name VARCHAR(50), desc TEXT, address VARCHAR(50), startDate DATE, lastWork DATE, progress INT(3))
>
> I'm sending it in through php and I can't get it to work correctly. Please help. Also, I would like to make id the primary key/index
>
> -Bryan
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Ray Healy \(Data Net Services\): "[PHP-DB] Enhancement of script"
- Previous message: Bryan McLemore: "[PHP-DB] SQL Query"
- In reply to: Bryan McLemore: "[PHP-DB] SQL Query"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

