i'm trying to do some practices on command line..

a开发者_JS百科s you see in the pic the command is not triggering. i'm pressing Enter. (as described in practicing book)
End a command with a semicolon ;
CREATE DATABASE deneme;
As long as it keeps printing the -> prompt on new lines, it is expecting the ; terminator.
Use ; as stated.
This is a good example of why it is good practice to always end your SQL statements with a semicolon. It's a good habit to get into.
just type
;
at the end of the line :-)
加载中,请稍侯......
精彩评论