Use lowercase as much as possible. The case sensitivity of MySql is different in windows (case insensitive) and linux (case sensitive). Using lowercase uniformly can reduce unnecessary trouble. Use sname if the name is short or uncontroversial, otherwise use s_name.
Use lowercase as much as possible. The case sensitivity of MySql is different in windows (case insensitive) and linux (case sensitive). Using lowercase uniformly can reduce unnecessary trouble. Use sname if the name is short or uncontroversial, otherwise use s_name.
Post an article
http://my.oschina.net/dongzerun/blog/289664