0
点赞
收藏
分享

微信扫一扫

sqlserver中字段不为null且不为空字符串语句

林塬 2023-07-04 阅读 41

select UserId,IsPopular,DisplayName,IsAgent,AgentId,ParentPath from [dbo].[C_User_Register] where IsAgent=0 and AgentId is not null and AgentId <>''


举报

相关推荐

0 条评论