mysql错误:ip不能为空

qyuhtwio  于 2021-06-24  发布在  Mysql
关注(0)|答案(0)|浏览(143)

我有一个插入命令如下

Insert into table1 (host, ip, domain ) 
    select hostname, (case when t1.ip is null then 'Not Defined' end) , domain from table1 t1, table2 t2 
    where t1.status = "Done"
    and t2.statusnew not regexp "True"
    limit 10 ;

获取错误: ip cannot be null

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题