hi Jasmin, on the concat function itself, is there anyway to get a space/blank character between string values?
e.g. this strips out the blank space, is there anyway to protect it/force it in?
concat(b.mc_name1,concat(' ',b.mc_name2)) as mc_fname
Even the replace function won't inject it below, the concat does add it in the '-' value, but the replace strips it out. Not sure if that's correct?
replace(concat(b.mc_name1,concat('-',b.mc_name2)),'-',' ') as mc_fname
Thanks,
Sean.