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.
私は以下のコードを持っています:
declare @searchText varchAr(150)='"*a.b.me@gmail.com*"' select * from account a WHERE CONTAINS ((aEmail,), @searchText)
結果は表示されません。