Skip to content

Commit

Permalink
Modify where clause
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Mar 27, 2024
1 parent e4c9943 commit dffca44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ UPDATE mission_actions
SET completion = 'COMPLETED'
WHERE
action_type IN ('SEA_CONTROL', 'LAND_CONTROL', 'AIR_CONTROL') AND
completed_by IS NOT NULL AND completed_by <> '';
NULLIF(completed_by, '') IS NOT NULL;

0 comments on commit dffca44

Please sign in to comment.