SQL基础函数
1、删除表的某一行数据:
delete from student.dbo.course where Cno = 1
2、查询表的内容:
select * from 表名
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/21382.html
- 上一篇:数据库设计
- 下一篇:CentOS安装部署Mysql 5.7
1、删除表的某一行数据:
delete from student.dbo.course where Cno = 1
2、查询表的内容:
select * from 表名
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/21382.html