百里登风

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

11 2020 档案

mysql学习总结2
摘要:/* 案例一 涉及的知识点:数据库和表的基本操作,添加数据,多表操作 题目 使用sql语句请按照要求完成如下操作: (1)创建一个名称为test的数据库。 (2)在test数据库中创建两张表,Department部门表和Employee雇员表,表名和字段信息如下表所示。 Department部门表 阅读全文

posted @ 2020-11-19 23:36 百里登峰 阅读(539) 评论(0) 推荐(0) 编辑

mysql 向表中插入数据报1366 - Incorrect string value: '\xE4\xBA\xBA\xE4\xBA\x8B...' for column 'dname' at row 1 错误
摘要:当我们在向mysql中的表中插入数据报了这个一个错误 1366 - Incorrect string value: '\xE4\xBA\xBA\xE4\xBA\x8B...' for column 'dname' at row 1 mysql> use test; Database changed 阅读全文

posted @ 2020-11-18 23:15 百里登峰 阅读(1232) 评论(0) 推荐(0) 编辑

mysql语句学习总结1
摘要:/*案例1*/ create table students( id int auto_increment not null primary key comment'ID', name varchar(30) not null comment'名字', email varchar(50) not nu 阅读全文

posted @ 2020-11-17 17:23 百里登峰 阅读(154) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示