删除数据
删除表中的一行数据,也必须加上 WHERE条件,否则整列的数据都会被删除。删除语句:
delete from 表名 where 条件;
他会将所有的符合条件的数据删除,如果不写条件,则表中的数据全部删除: 如果不添…
文章目录 1. Linux 中 g: command not found 解决方法2. g安装 yum -y install gcc gcc-c 报错Unable to find a match: gcc 1. Linux 中 g: command not found 解决方法
原因:G没有安装或者没有更新
解决方法如下:
centos: yum -y update…