mysql数据库中用SQL语句判断select * from table1 where length(text)=0 不灵,怎么解决?

2024-12-02 19:36:26
推荐回答(4个)
回答1:

select * from table1 where empty(text)

回答2:

select * from table1 where text is null

回答3:

rtfsdadsa

回答4:

不是很懂sql 估计这样子写吧text.length=0~