Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. "playersContainer": {
  2. "players": [
  3. {
  4. "id": "1",
  5. "name": "Nick",
  6. "teamName": "Shire Soldiers",
  7. "ratings": [
  8. 1,
  9. 5,
  10. 6,
  11. 9
  12. ],
  13. "assists": 17,
  14. "manOfTheMatches": 20,
  15. "cleanSheets": 1,
  16. "data": [
  17. 3,
  18. 2,
  19. 3,
  20. 5,
  21. 6
  22. ],
  23. "totalGoals": 19
  24.  
  25. },
  26. }
  27.  
  28. UPDATE site_content
  29. SET content = jsonb_set(content, '{playersContainer,players}'::text[], content->'playersContainer'->'id'->'players' #- '{1}'::jsonb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement