Why: "no such column: Pay_Pype" in my query?

Hi!
Can someone explain to me why I got the wrong query?

SELECT

Union_code,

SetID,

Extended_Step

from salary_range_by_job_classification

where Extended_Step = (Pay_Type = 'M' or Pay_Type = 'H' or Pay_Pype = 'D')

It says that "no such column: Pay_Pype"

Thanks!

image

Ohh,
It was a typo!
Thank you for pointing it up!

Regards