I am looking to manipulate a string through that is used in a stored procedure so that it is inverted (eg abcdef becomes cdbeaf). Is there a SQL string function to tranform the string in this way?
Sorry, I didn't read your example carefully enough. The only definition of "inverse string" that I've seen is "the original string read backwards" which REVERSE does.
I'm unaware of any function that does what you want. What is the algorithm? You should be able to write a function or T-SQL code if the algorithm is known. Terry
;-) I never worry about the future. It comes soon enough. -Albert Einstein
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.