例如,如果我想检查:
select * from UserProfile WHERE PropertydefinitionID in (40,53) and PropertyValue is null or empty
SELECT * FROM UserProfile WHERE PropertydefinitionID in (40,53) AND ( PropertyValue is NULL or PropertyValue = '' );