【MySQL】基本查询

【MySQL】基本查询

1.insert我们先创建一张表:往里插入数据:1.1默认全列插入代码语言:javascript代码运行次数:0运行复制insert into student values(1,128,'赵云',&

1天前20