Hello. I`m new in SQL. after creating succesfully 3 or 4 tables i`v stuck to this interrogation:
create table puncte(elev_id int unsigned not null,eveniment_id int unsigned not null,punctaj int not null,primary key(eveniment_id,elev_id);
ERROR 1064 (42000): YOU HAVE AN ERROR...............to use '' at line 1.
Please help. Thanks
create table puncte(elev_id int unsigned not null,eveniment_id int unsigned not null,punctaj int not null,primary key(eveniment_id,elev_id);
ERROR 1064 (42000): YOU HAVE AN ERROR...............to use '' at line 1.
Please help. Thanks