Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. case
  2. when "fclass" = 'water' then color = 16
  3. when "fclass" = 'water' and "AREA" >= 50 then color = 9
  4. when "fclass" = 'wetland' then "COLOR" = 139
  5. else "COLOR" = NULL
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement