select * from tableA a where len(a.name)>0;
sql server字符串非空判断
最新推荐文章于 2024-06-20 15:49:36 发布
select * from tableA a where len(a.name)>0;