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!