Guest User

Untitled

a guest
Nov 17th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. SELECT
  2. o0_.serialized_data AS serialized_data_0,
  3. o0_.id AS id_1,
  4. o0_.materialized_path AS materialized_path_2,
  5. o0_.title AS title_3,
  6. o0_.created_at AS created_at_4,
  7. o0_.updated_at AS updated_at_5,
  8. o0_.tree_left AS tree_left_6,
  9. o0_.tree_level AS tree_level_7,
  10. o0_.tree_right AS tree_right_8,
  11. o0_.tree_root AS tree_root_9,
  12. o1_.id AS id_10,
  13. o0_.id AS id_11
  14. FROM
  15. oro_catalog_category o0_
  16. INNER JOIN oro_product o1_
  17. ON (
  18. EXISTS
  19. (SELECT
  20. 1
  21. FROM
  22. oro_category_to_product o2_
  23. INNER JOIN oro_product o3_
  24. ON o2_.product_id = o3_.id
  25. WHERE o2_.category_id = o0_.id
  26. AND o3_.id IN (o1_.id))
  27. )
  28. WHERE o1_.id IN (
  29. 557001,
  30. 557002,
  31. 557003,
  32. 557004,
  33. 557005,
  34. 557006,
  35. 557007,
  36. 557008,
  37. 557009,
  38. 557010,
  39. 557011,
  40. 557012,
  41. 557013,
  42. 557014,
  43. 557015,
  44. 557016,
  45. 557017,
  46. 557018,
  47. 557019,
  48. 557020,
  49. 557021,
  50. 557022,
  51. 557023,
  52. 557024,
  53. 557025,
  54. 557026,
  55. 557027,
  56. 557028,
  57. 557029,
  58. 557030,
  59. 557031,
  60. 557032,
  61. 557033,
  62. 557034,
  63. 557035,
  64. 557036,
  65. 557037,
  66. 557038,
  67. 557039,
  68. 557040,
  69. 557041,
  70. 557042,
  71. 557043,
  72. 557044,
  73. 557045,
  74. 557046,
  75. 557047,
  76. 557048,
  77. 557049,
  78. 557050,
  79. 557051,
  80. 557052,
  81. 557053,
  82. 557054,
  83. 557055,
  84. 557056,
  85. 557057,
  86. 557058,
  87. 557059,
  88. 557060,
  89. 557061,
  90. 557062,
  91. 557063,
  92. 557064,
  93. 557065,
  94. 557066,
  95. 557067,
  96. 557068,
  97. 557069,
  98. 557070,
  99. 557071,
  100. 557072,
  101. 557073,
  102. 557074,
  103. 557075,
  104. 557076,
  105. 557077,
  106. 557078,
  107. 557079,
  108. 557080,
  109. 557081,
  110. 557082,
  111. 557083,
  112. 557084,
  113. 557085,
  114. 557086,
  115. 557087,
  116. 557088,
  117. 557089,
  118. 557090,
  119. 557091,
  120. 557092,
  121. 557093,
  122. 557094,
  123. 557095,
  124. 557096,
  125. 557097,
  126. 557098,
  127. 557099,
  128. 557100
  129. )
Add Comment
Please, Sign In to add comment