level1_sam_delete1.json 917 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. [
  2. {
  3. "QueryType":"delete",
  4. "QueryTarget":[
  5. {
  6. "Target":"database_1"
  7. },
  8. {
  9. "Target":"datatable_1",
  10. "BuildingSign":"1101070037"
  11. },
  12. {
  13. "Target":"contacts"
  14. }
  15. ],
  16. "Criteria":{
  17. "ContactAddress.City":"±±¾©"
  18. }
  19. },
  20. {
  21. "QueryType":"delete",
  22. "QueryTarget":[
  23. {
  24. "Target":"database_1"
  25. },
  26. {
  27. "Target":"datatable_1",
  28. "BuildingSign":"1101070037"
  29. },
  30. {
  31. "Target":"contacts",
  32. "ContactID":"11111"
  33. },
  34. {
  35. "Target":"ContactAddress"
  36. }
  37. ],
  38. "Criteria":{
  39. }
  40. },
  41. {
  42. "QueryType":"delete",
  43. "QueryTarget":[
  44. {
  45. "Target":"database_1"
  46. },
  47. {
  48. "Target":"datatable_1",
  49. "BuildingSign":"1101070037"
  50. },
  51. {
  52. "Target":"contacts",
  53. "ContactID":"11111"
  54. },
  55. {
  56. "Target":"BankCard"
  57. }
  58. ],
  59. "Criteria":{
  60. "CardNumber":{
  61. "$gte":"6225000000000000",
  62. "$lt":"6226000000000000"
  63. }
  64. }
  65. }
  66. ]