I am currently learning SQL and using SSMS 2017. I can't understand why I am getting an error when using the REGEXP syntax that it seems to work for anyone else:
SELECT *
FROM List
WHERE Name REGEXP '^.[a-e].*'
ORDER BY Name;
Error: An expression of non-boolean type specified in a context where a condition is expected, near 'REGEXP'.