菜单

单条数据插入(insert)

示例:

INSERT INTO  `user` (`id`, `username`) VALUES (1, 'zhangsan');

INSERT INTO  表名 (参数解析) VALUES (参数解析);

最近修改: 1970-01-01