R
Rajesh Candamourty
Dear All,
i have a table with 1 field full of comments like
Table1;
SNo Comments
1 This tester cannot be tested as if fails in the floor.
2 Part number 32499.S has to be replace by 6733.S. Line stopped.
3 Check the routers, urgent.
.. .
.. .
.. .and so on.
i want to have all the comments in one record seperated by an "##"
character;
SNo Comments
1 This tester cannot be tested as if fails in the floor. ## Part
number 32499.S has to be replace by 6733.S. Line stopped. ## Check the
routers, urgent.
How do i do this, i tried some ways but failed. I tried insert, update
statements. didn't work. i am wondering is there an append statement?
I would appreciate any help.
Thanks.
Raj.
i have a table with 1 field full of comments like
Table1;
SNo Comments
1 This tester cannot be tested as if fails in the floor.
2 Part number 32499.S has to be replace by 6733.S. Line stopped.
3 Check the routers, urgent.
.. .
.. .
.. .and so on.
i want to have all the comments in one record seperated by an "##"
character;
SNo Comments
1 This tester cannot be tested as if fails in the floor. ## Part
number 32499.S has to be replace by 6733.S. Line stopped. ## Check the
routers, urgent.
How do i do this, i tried some ways but failed. I tried insert, update
statements. didn't work. i am wondering is there an append statement?
I would appreciate any help.
Thanks.
Raj.