MSSQL : replace by NULL
Dears, SELECT replace(‘hello’,’e’,NULL) — returns NULL SELECT replace(‘hello’,’5′,NULL) — returns also NULL (Here I’d expect
Dears, SELECT replace(‘hello’,’e’,NULL) — returns NULL SELECT replace(‘hello’,’5′,NULL) — returns also NULL (Here I’d expect