Paste #220920

   
pasted on 17.09.2021 11:03
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 272919 # 274615 # 275527 # 275665
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
1
2
3
CASE
            WHEN exec_unit_locality.id IS NOT NULL AND exec_unit_locality.parent_id IS NOT NULL AND exec_unit_locality.parent_id <> 75 THEN exec_unit_locality.parent_id
            WHEN exec_unit_locality.id IS NOT NULL AND exec_unit_locality.parent_id IS NULL THEN exec_unit_locality.id
Add Comment
Author