missql-command icon indicating copy to clipboard operation
missql-command copied to clipboard

Hints

Open yaffeweb opened this issue 11 years ago • 0 comments

How about adding a hint or a show completed code. I'm stuck on level 5 and i have no idea what I'm doing wrong and there is nothing but the error "your insert statement should have added another topol..." which doesn't help me out. the command I'm using is 'insert into missiles (model_name) values ('Topol'); and thats the error. I believe I'm following the correct flow according to your examples INSERT INTO cats (color, name)
VALUES ('red, 'Polly'); Any guidance would be appreciated.

"Update" Nevermind... I figured it out. insert into missiles (model_name, nationality) values ('Topol', 'USSR'); still would've been nice to have code completion for us noobs.

yaffeweb avatar Nov 11 '14 21:11 yaffeweb