Replace Ids With value
Database
2
Posts
2
Posters
3
Views
1
Watching
-
Hi , I have A nvarchar value Like This =id1-1,2 ; id2-1,3 ; .......i want return the nvarchar value with replace of id1,id2 values(i have a table id,value)
-
Hi , I have A nvarchar value Like This =id1-1,2 ; id2-1,3 ; .......i want return the nvarchar value with replace of id1,id2 values(i have a table id,value)
Do you ask about using CAST or/and CONVERT? Or what did you mean?