Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. col1 col2 col3 col4
  2. a b (null) c
  3. a b (null) c
  4. a (null) (null) c
  5. (null) b (null) (null)
  6. a b (null) (null)
  7. a b (null) (null)
  8.  
  9. column_name count_of_non_null
  10. col1 5
  11. col2 5
  12. col3 0
  13. col4 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement