I need to update my new field/column (Property Type) with either "detached", "semi", or "terrace" depending on an existing column (Property Count):
أكثر...
- where the count = 1 I need to populate Property Type with "detached"
- where the count = 2 I need to populate Property Type with "semi"
- where the count >=3 I need to populate Property Type with "terrace"
أكثر...