向MYSQL数据库插入元素用insert语句插入数据
如下语句是向数据库中的table表的createtime字段插入当前时间。
insert into table(createtime) values(now())