Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2002091

[PHP-DB] SQL Query From: Bryan McLemore (paradox <email protected>)
Date: 09/07/02

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