I am a newbie to mysql. I am confused by the quotes signs.
In mysql query
Does it make any different between
CREATE DATABASE 'mydatabase';
and
CREATE DATABSE mydatabase
One with quote, the other without Also with Insert and other开发者_如何学C commands
Thanks
In your case, it makes no difference. (Except that you have a typo in the latter command with word DATABASE.) If you had used a reserved keyword as the database name, you would have had to quote it.
http://dev.mysql.com/doc/refman/5.0/en/identifiers.html
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论