angela4eva
Programmer
I am using sql server 7
i have afield called input in the table getinfo,
the "input field has data like 112e|wee|rer3
112e|wee|rer3
wede|weee|null
null|null|null
NULL
null|wesa|dssew
I want a help with writing a query
all the first parts second parts and thrid parts
for eg:first part should return
112e
112e
wede
null
null
i hope you understand what i mean i should be able to do this for all the three parts...
as you can see"|" is the delimiter
any help appreciated
any help apprecviated
i have afield called input in the table getinfo,
the "input field has data like 112e|wee|rer3
112e|wee|rer3
wede|weee|null
null|null|null
NULL
null|wesa|dssew
I want a help with writing a query
all the first parts second parts and thrid parts
for eg:first part should return
112e
112e
wede
null
null
i hope you understand what i mean i should be able to do this for all the three parts...
as you can see"|" is the delimiter
any help appreciated
any help apprecviated