Hi guys,
Is it possible to update a yes no field to yes\true based on matches from a join to the right table.
Basically 2 joines but one of them needs a mid function included to shorten the full postcode in left table to match a part postcode in the right table and the other is a straight forward lefttable.integer = right table.integer join
The result should be the lefttable.yesNo=true. Where the join succeeds.
Thanks in advance.
Is it possible to update a yes no field to yes\true based on matches from a join to the right table.
Basically 2 joines but one of them needs a mid function included to shorten the full postcode in left table to match a part postcode in the right table and the other is a straight forward lefttable.integer = right table.integer join
The result should be the lefttable.yesNo=true. Where the join succeeds.
Thanks in advance.