sql

MSSQL : replace by NULL

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

© 2026 Street Of Styles