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.
だから私はSQLのテーブルにいて、yahoo.comにメールを持っている人だけをリストしたい
例えば:
EMAIL ------------ 1234@yahoo.com djasjdkl@gmail.com 414353@yahoo.com 12345@gmail.com 78923@msn.com 390214@yahoo.com
どうやってやるの?
select * from table where email like '%@yahoo.com'