Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • Reply To: Baseball Everywhere

    At least you are back in states now to watch College World Series of baseball.  I am so glad there is another sport besides kickball and football.

  • Reply To: A Funny Substring NULL

    "All is naught for not"

    Or you can directly convert a NULL value to a string literal directly from the table with the ISNULL() function:

    SELECT SUBSTRING(ISNULL(txt,'NULL'),1,2), txt from MyTable

     

  • RE: REPLACE Multiple Spaces with One

    One other point to consider is sentence endings. Normally there are two spaces at the end of sentences (for readability, etc., and yes, not everyone uses them. So...

Viewing 3 posts - 1 through 3 (of 3 total)