How weird. A dev is trying to query a table using a string literal in a WHERE clause. But no rows are returned.
I suspected a non-printable ASCII character (codes 0 - 31) might be the issue. I copied/pasted the string literal into SSMS.
There's definitely an extra character at the left side of the string. But SQL thinks it's a question mark character, which is ASCII code 63. That's a 'visible' character...but I can't see it in SSMS, a browser, or Notepad.
Ah, I stand corrected. I couldn't see the character in Slack, but I can see it in a Github gist.
Still, I still think that first character should be a '?'...not a mystery red dot.