Timeline for What does "('*') = '*' mean in T-SQL
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 12, 2017 at 9:37 | vote | accept | krylon | ||
| Jan 11, 2017 at 9:36 | answer | added | ypercubeᵀᴹ | timeline score: 4 | |
| Jan 11, 2017 at 9:27 | comment | added | krylon | Thank you very much! In retrospect, it is so obvious! ;-) I am going to facepalm myself for a while... | |
| Jan 11, 2017 at 9:25 | comment | added | ypercubeᵀᴹ | ('*') IS NULL evaluates to false. Of course if you comment it out, the result changes. Try commenting out the whole OR part (that is also evaluated to false): OR ( (('*') IS NULL) AND Project.Invalid = 0 AND ... ) | |
| Jan 11, 2017 at 9:21 | history | asked | krylon | CC BY-SA 3.0 |