SELECT * FROM [Customers] WHERE ([Sex] = 'M' AND DateDiff(Year,[BORNDATE],GetDate())>=60) OR ([Sex] = 'W' AND DateDiff(Year,[BORNDATE],GetDate())>=55)