SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Why does select PATINDEX('%[^0-9]%', '1½z') return 3?
I think the returned value should be 2. Or doesn't [0-9] represent the integers 0-9?
Additional SQL Server features and topics not covered by specific categories