I am new to mysql. I am trying to escape out of an interactive statement. I started a statement like so: CREATE TABLE sometable (
> firstcolumn char(30) not null,
> secondcolumn char(20) not null'
'>
As you can see after the second column I entered a ' instead of a , so I want to escape or abort the statement. No matter what I enter I get another '> prompt. How do I get out???
Thanks in advance
> firstcolumn char(30) not null,
> secondcolumn char(20) not null'
'>
As you can see after the second column I entered a ' instead of a , so I want to escape or abort the statement. No matter what I enter I get another '> prompt. How do I get out???
Thanks in advance