Viewing 3 posts - 1 through 3 (of 3 total)
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.
June 15, 2024 at 4:05 pm
#4428687
"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
November 29, 2021 at 1:57 pm
#3957843
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...
November 16, 2009 at 8:24 am
#1079698