G
Guest
Hi,
Is it possible to combine update queries with their own WHERE conditions?
For example -- these 2 queries:
1. UPDATE HiPlanNames
SET WFFSEN = 0
WHERE (IND_ONLY=True AND FFSEN Is Null);
2. UPDATE HiPlanNames
SET WHMOEN = 0
WHERE (IND_ONLY=True AND HMOEN Is Null);
Is it possible to combine update queries with their own WHERE conditions?
For example -- these 2 queries:
1. UPDATE HiPlanNames
SET WFFSEN = 0
WHERE (IND_ONLY=True AND FFSEN Is Null);
2. UPDATE HiPlanNames
SET WHMOEN = 0
WHERE (IND_ONLY=True AND HMOEN Is Null);