Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは機能します:
select Name from Table WHERE Name like '%[^0-9A-Za-z]%'
しかし、今度はダッシュ文字も条件に追加する必要があります。