1.
select
2.
社員マスタ.*
from
社員マスタ
3.
where
4.
性別 = 0
5.
and
所属 =
'0001'
6.
給与 >= 200000
7.
氏名
like
'%男%'