1、列名与关键字冲突问题
(1) 查询语句中 可以使用别名
(2) 插入语句中,可以将列名用"`"(Tab键上的)括上。如 intsert into table1(`Time`,Type) values('2016-11-11 11:21:11','type1')