MySQL syntax specification

1. not case sensitive, but it is recommended keyword capitalization, table names, column names lowercase.

2. Each command the best end with a semicolon

3. each command as required, can be retracted or wrap

4. Comment

  Single-line comments: # comment text

       Single-line comments: - comment text

       Multi-line comments: / * comment text * /

 

Guess you like

Origin www.cnblogs.com/ivyharding/p/11511160.html