I am pulling varchar values out of a DB and want to set the string I am assigning them to as \"\" if they are null. I\'m currently doi
varchar
string
null
The coalesce operator (??) is what you want, I believe.