Hi Guys,
I feel stupid for asking this question but never mind.
I'm using phpMyAdmin to administer my database, and i'm trying to create a simple table to hold a product list in it, but every time i attempt it i get the following error kicked back at me.
I cant see what i'm doing wrong.
Thanks,
Rob
I feel stupid for asking this question but never mind.
I'm using phpMyAdmin to administer my database, and i'm trying to create a simple table to hold a product list in it, but every time i attempt it i get the following error kicked back at me.
Code:
Error
SQL-query:
CREATE TABLE products_list (product_id TINYINT not null AUTO_INCREMENT, product_name TEXT not null , case SMALLINT not null , size SMALLINT not null , level SMALLINT not null , cost SMALLINT not null , PRIMARY KEY (product_id))
MySQL said: You have an error in your SQL syntax near 'case SMALLINT not null , size SMALLINT not null , level SMALLINT not null , c' at line 1
I cant see what i'm doing wrong.
Thanks,
Rob