here I wanted to check if coming value is empty string or null then use value from Db column.Like I did for is null case. How can i check for empty string in this line of code.Please suggest
II.[NAME] = isNull(IIMODEL.[Name], II.[NAME]),
here I wanted to check if coming value is empty string or null then use value from Db column.Like I did for is null case. How can i check for empty string in this line of code.Please suggest
II.[NAME] = isNull(IIMODEL.[Name], II.[NAME]),