Error in Create Table Syntax MYSQL -
this create table syntax:
create table recipe( recipename varchar(30), cuisine varchar(20), skilllevel varchar(13), ingredients varchar(400), procedure varchar(1000), cookingtime int(30), category varchar(10), restrictions varchar(15) );
i'm not able identify error in this. please help. thanks
procedure
reserved word. need name or surround backticks.
Comments
Post a Comment