标签:highlight select sel sql where HERE sharp arp sele
1、删除表的某一行数据:
delete from student.dbo.course where Cno = 1
2、查询表的内容:
select * from 表名
SQL基础函数
原文地址:https://www.cnblogs.com/liuwenhan/p/11614513.html