error: Unknown column 'individual_user.INDUSTRY_TYPE_ID' in 'on clause' executing select individual_user.COUNTRY_ID, country.COUNTRY_EN, industry_type.INDUSTRY_TYPE_EN AS INDUSTRY_TYPE, organization_type.ORGANIZATION_TYPE_EN AS ORGANIZATION_TYPE from individual_user, country LEFT JOIN industry_type ON industry_type.INDUSTRY_TYPE_ID = individual_user.INDUSTRY_TYPE_ID LEFT JOIN organization_type ON organization_type.ORGANIZATION_TYPE_ID = individual_user.ORGANIZATION_TYPE_ID where USER_ID = '714' and country.COUNTRY_ID = individual_user.COUNTRY_ID