您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 数据库MySQL12315

  2. reate table stu(id int,name varchar(30)); 创建表的基本语句 desc stu; 查看创建的表结构 insert into stu values(1,“内容”); 向表中插入数据 select id,name from stu;数据查询语句 update stu set name =“内容” where id=1; 修改数据 delete from stu where id=1; 数据删除指令 drop table stu; 删除表 create data
  3. 所属分类:MySQL

    • 发布日期:2020-11-01
    • 文件大小:2048
    • 提供者:weixin_48108717