Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.35 KB | None | 0 0
  1. SELECT
  2.      this_.id as id9_1_,
  3.      this_.name as name9_1_,
  4.      this_.chance as chance9_1_,
  5.      memberalia1_.memberId as memberId7_0_,
  6.      memberalia1_.theftId as theftId7_0_,
  7.      memberalia1_.availableTime as availabl3_7_0_
  8. FROM thefts this_ left outer join memberThefts memberalia1_ on this_.id=memberalia1_.theftId
  9. WHERE memberalia1_.memberId = 1 /* ?p0 */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement