miholeus

kupi dubles delete

Nov 13th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 1.58 KB | None | 0 0
  1. update payment_to_bank set status = 0 where id in(
  2. select pay_id from payment_to_bank_x_operation where transaction_id in(4689093,
  3. 3451251,
  4. 4595443,
  5. 3453533,
  6. 4595445,
  7. 4825625,
  8. 4880187,
  9. 4887679,
  10. 4595439,
  11. 3453545,
  12. 3451311,
  13. 3451379,
  14. 3453561,
  15. 3453557,
  16. 3453569,
  17. 3451359,
  18. 3453585,
  19. 3451439,
  20. 3451415,
  21. 3453609,
  22. 3453601,
  23. 3453597,
  24. 3453593,
  25. 3453617,
  26. 3453669,
  27. 3451659,
  28. 3451695,
  29. 3451775,
  30. 3451771,
  31. 3453689,
  32. 4749881,
  33. 4880189,
  34. 4887689,
  35. 3453821,
  36. 4749893,
  37. 3453839,
  38. 3452289,
  39. 3453847,
  40. 3453851,
  41. 3452425,
  42. 3452639,
  43. 3452579,
  44. 3452487,
  45. 3452567,
  46. 3452563,
  47. 3651987) );
  48.  
  49. delete from payment_to_bank_x_operation where transaction_id in(4689093,
  50. 3451251,
  51. 4595443,
  52. 3453533,
  53. 4595445,
  54. 4825625,
  55. 4880187,
  56. 4887679,
  57. 4595439,
  58. 3453545,
  59. 3451311,
  60. 3451379,
  61. 3453561,
  62. 3453557,
  63. 3453569,
  64. 3451359,
  65. 3453585,
  66. 3451439,
  67. 3451415,
  68. 3453609,
  69. 3453601,
  70. 3453597,
  71. 3453593,
  72. 3453617,
  73. 3453669,
  74. 3451659,
  75. 3451695,
  76. 3451775,
  77. 3451771,
  78. 3453689,
  79. 4749881,
  80. 4880189,
  81. 4887689,
  82. 3453821,
  83. 4749893,
  84. 3453839,
  85. 3452289,
  86. 3453847,
  87. 3453851,
  88. 3452425,
  89. 3452639,
  90. 3452579,
  91. 3452487,
  92. 3452567,
  93. 3452563,
  94. 3651987);
  95.  
  96. delete from payment_transactions where id in(4689093,
  97. 3451251,
  98. 4595443,
  99. 3453533,
  100. 4595445,
  101. 4825625,
  102. 4880187,
  103. 4887679,
  104. 4595439,
  105. 3453545,
  106. 3451311,
  107. 3451379,
  108. 3453561,
  109. 3453557,
  110. 3453569,
  111. 3451359,
  112. 3453585,
  113. 3451439,
  114. 3451415,
  115. 3453609,
  116. 3453601,
  117. 3453597,
  118. 3453593,
  119. 3453617,
  120. 3453669,
  121. 3451659,
  122. 3451695,
  123. 3451775,
  124. 3451771,
  125. 3453689,
  126. 4749881,
  127. 4880189,
  128. 4887689,
  129. 3453821,
  130. 4749893,
  131. 3453839,
  132. 3452289,
  133. 3453847,
  134. 3453851,
  135. 3452425,
  136. 3452639,
  137. 3452579,
  138. 3452487,
  139. 3452567,
  140. 3452563,
  141. 3651987)
Advertisement
Add Comment
Please, Sign In to add comment