Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-11-29 : 09:33:04
|
| kavitha writes "if I have a particular string for eg.:='kavitha' I basically want to create another string where each character's ASCII value of the new created string should be less 2 or any numeric integer value ranging from 1 to 9.. can I use arrays to do this or if SQL doesn 't support arrays , is there any other way I can do this? The method which I have used is to read each character and subtract 2 from the ASCII value... but the problem lies in clubbing the newly formed characters in a single word." |
|
|
|
|
|