Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {"testEvents": [
  2. {
  3. "id": 113068,
  4. "name1": "test",
  5. "count": 15
  6. },
  7. {
  8. "id": 113069,
  9. "name1": "test1",
  10. "count": 15
  11. }
  12. ]
  13. }
  14.  
  15. {"testEvents": [
  16. {
  17. "id": 113068,
  18. "name1": "test",
  19. "count": 15
  20. },
  21. {
  22. "id": 113069,
  23. "name1": "test1",
  24. "count": 15
  25. }
  26. ,
  27. {
  28. "id": 113070,
  29. "name1": "test2",
  30. "count": 18
  31. }
  32. ]
  33. }
  34.  
  35. UPDATE table SET payload = payload ||'{"id":113070,"name1":"test2","count":18}';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement