Viewing 3 posts - 1 through 3 (of 3 total)
If i could ignore it then great if not i would just filter it out in the where clause once in a table.
The getdomain is a function see below
create function...
November 13, 2015 at 6:34 am
Final peice will be something like this
select
dbo.GetDomain(t.test,'|',0) as col2,
dbo.GetDomain(t.test,'|',1) as col3,
dbo.GetDomain(t.test,'|',2) as col4
from #test...
November 13, 2015 at 4:01 am
The sample of data im using is test data, i wouldnt get hung up about the quality of the data. I've amended the data you highlighted to explain the data...
November 9, 2015 at 2:39 am
Viewing 3 posts - 1 through 3 (of 3 total)