select UserId,IsPopular,DisplayName,IsAgent,AgentId,ParentPath from [dbo].[C_User_Register] where IsAgent=0 and AgentId is not null and AgentId <>''
sqlserver中字段不为null且不为空字符串语句
阅读 41
2023-07-04
select UserId,IsPopular,DisplayName,IsAgent,AgentId,ParentPath from [dbo].[C_User_Register] where IsAgent=0 and AgentId is not null and AgentId <>''
相关推荐
精彩评论(0)