OK folks, this was running fine before last 'patch Tuesday', and this is literally out of Books Online:
(CASE
WHEN [Field] LIKE '[0-9]^9' THEN 'whatever'
ELSE 'blank'
)
...now it doesn't.
OK folks, this was running fine before last 'patch Tuesday', and this is literally out of Books Online:
(CASE
WHEN [Field] LIKE '[0-9]^9' THEN 'whatever'
ELSE 'blank'
)
...now it doesn't.