• Jeff Moden (10/20/2013)


    sqlserver12345 (10/20/2013)


    I do not want to use reverse function.please check the code I posted and correct what wrong I did.thanks

    I'm curious... please explain why you don't want to use "REVERSE".

    I also have to ask what your intended definition of a "palindrome" actually is. For example, the following is a palindrome.

    Madam I'm Adam

    None of the solutions so far take into account any punctuation or spaces.

    Also, do you consider a single letter to be a palindrome?

    I never thought about taking out punctuation or spaces. Shouldn't be that hard to implement, just not going to do the additional work. I am curious why he doesn't want to use REVERSE either. I haven't seen a response to my question on that one either.