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

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -