博主信息
博文 3
粉丝 0
评论 0
访问量 3537
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
数据库第一节课(建库建表) ----- 2019年3月20日20时00分
Ray的博客
原创
1279人浏览过

实例

INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1001, '郭靖', 1, 5000.00, '开发部', 0, 0, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1002, '黄蓉', 2, 4500.00, '客服部', 1556676123, 0, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1007, '李先生', 1, NULL, NULL, NULL, 21, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1008, '胡小姐', 0, NULL, NULL, NULL, 21, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1009, '韦一笑', 1, 5600.00, NULL, NULL, 59, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1011, '韦一笑', 1, 5600.00, NULL, NULL, 59, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1023, 's:9:\"张无忌\";', 0, 3456.78, NULL, 1537372800, 60, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1024, '左冷禅', 0, 5000.00, NULL, 1551374739, 0, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1025, '左冷禅', 0, 5000.00, NULL, 1546272000, 0, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1026, '左冷禅', 0, 5000.00, NULL, 1546272000, 0, NULL, NULL);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1027, '武松', 0, NULL, NULL, NULL, 0, 1551376395, 1551376563);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1028, '武松', 0, NULL, NULL, NULL, 0, 1551376459, 1551376459);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1029, '武松', 0, NULL, NULL, NULL, 0, 1551376883, 1551376883);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1030, '武松', 1, NULL, NULL, 1517414400, 19, 1551376905, 1551376905);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1031, '武松', 1, NULL, '开发部', 1517414400, 19, 1551377411, 1551377411);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1032, '孙二娘', 1, NULL, '开发部', 1517414400, 19, 1551377461, 1551377461);
INSERT INTO `tp5`.`staff`(`id`, `name`, `sex`, `salary`, `dept`, `hiredate`, `age`, `create_time`, `update_time`) VALUES (1033, '孙二娘', 0, NULL, '客服部', 1517414400, 19, 1551377487, 1551377487);

运行实例 »

点击 "运行实例" 按钮查看在线实例

效果图:

1553091119(1).png

批改状态:未批改

老师批语:
本博文版权归博主所有,转载请注明地址!如有侵权、违法,请联系admin@php.cn举报处理!
全部评论 文明上网理性发言,请遵守新闻评论服务协议
0条评论
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号

  • 登录PHP中文网,和优秀的人一起学习!
    全站2000+教程免费学