captainpicart
Programmer
- Mar 17, 2011
- 4
Hi experts,
How to write a stored procedure which will get rid of all semicolons at the beginning and at the end, BUT will separate each number with a semi colon?
Input:---
018752;018752;019912;002541;017181;;;;
;018752;018752;018752;019536;020921;007378;013099;;;;;;;;
;;;018752;018752;018752;029437;017554;027857;031346;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;018752;018752;018752;029437;017554;027732;011219;;;
;018752;018752;018752;019536;020921;007873;
;018752;018752;018752;019536;020921;007873
Output:-
018752;018752;019912;002541;017181
018752;018752;018752;019536;020921;007378;013099
018752;018752;018752;029437;017554;027857;031346
018752;018752;018752;029437;017554;027732;011219
018752;018752;018752;019536;020921;007873
018752;018752;018752;019536;020921;007873
Note: The numbers will always be 6 digits in length.
Please Help!
Thank you!
How to write a stored procedure which will get rid of all semicolons at the beginning and at the end, BUT will separate each number with a semi colon?
Input:---
018752;018752;019912;002541;017181;;;;
;018752;018752;018752;019536;020921;007378;013099;;;;;;;;
;;;018752;018752;018752;029437;017554;027857;031346;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;018752;018752;018752;029437;017554;027732;011219;;;
;018752;018752;018752;019536;020921;007873;
;018752;018752;018752;019536;020921;007873
Output:-
018752;018752;019912;002541;017181
018752;018752;018752;019536;020921;007378;013099
018752;018752;018752;029437;017554;027857;031346
018752;018752;018752;029437;017554;027732;011219
018752;018752;018752;019536;020921;007873
018752;018752;018752;019536;020921;007873
Note: The numbers will always be 6 digits in length.
Please Help!
Thank you!