Guest User

Untitled

a guest
Sep 24th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.50 KB | None | 0 0
  1. SELECT i0_.id AS id0, i0_.old_id AS old_id1, i0_.version AS version2, i0_.inserted AS inserted3, i0_.modified AS modified4, i0_.path AS path5, e1_.comment AS comment6, e1_.section AS section7, e1_.visible AS visible8, e1_.position AS position9, i0_.class_name AS class_name10, e1_.user_id AS user_id11, e1_.article_id AS article_id12
  2. FROM evidences e1_
  3. INNER JOIN images i0_ ON e1_.id = i0_.id
  4. INNER JOIN games g2_
  5. INNER JOIN articles a3_ ON g2_.id = a3_.id ON (g2_.platform_id = ?)
  6. ORDER BY i0_.inserted DESC
Add Comment
Please, Sign In to add comment