Ad
  • Default User Avatar

    I thought this could probably be considered a level 6 kyu, overall nice though, thanks.

  • Default User Avatar

    struggling to get the empty string field to be replaced with '[no clan specified]'. I can get it to replace other clan names in the column just fine. For example, if I use replace(clan,'none','[no clan specified]') it successfully replaces all the name

    replace(clan,'','[no clan specified]') is not replacing rows with empty strings. Any insight?