the job description field can help determine whether a building is mixed use or not. Please add an additional field to the database, which is filled based on content in job_description field. This would be a binary field, meaning that a record is flagged for possibly being mixed use. (don't care what the field is called. "mixed_use_flag" is just a suggestion.)
Please flag:
Records where job_description LIKE '%MIX%'; or
Records where job_description contains both '%RESID%' AND '%COMM%'; or
Records where job_description contains both '%RESID%' AND '%HOTEL%'; or
Records where job_description contains both '%RESID%' AND '%RETAIL%'; or
the job description field can help determine whether a building is mixed use or not. Please add an additional field to the database, which is filled based on content in job_description field. This would be a binary field, meaning that a record is flagged for possibly being mixed use. (don't care what the field is called. "mixed_use_flag" is just a suggestion.)
Please flag: Records where job_description LIKE '%MIX%'; or Records where job_description contains both '%RESID%' AND '%COMM%'; or Records where job_description contains both '%RESID%' AND '%HOTEL%'; or Records where job_description contains both '%RESID%' AND '%RETAIL%'; or