wtf
摘要: class表: student表: teacher表: course表: score表: 阅读全文
posted @ 2019-10-30 22:53 wtfss 阅读(155) 评论(0) 推荐(0)
摘要: 昨日回顾: 1.表的操作: 增: create table 表名( 字段名 字段类型 [字段的约束], 字段名 字段类型 [字段的约束] )charset utf8; 字段类型: 数字: 整数 tinyint smallint int mediumint bigint 区别:取值的范围不一样,加上u 阅读全文
posted @ 2019-10-30 20:28 wtfss 阅读(132) 评论(0) 推荐(0)