Advertisement
ahmedrahil786

Zone Coordinates and Member coordinates _ Rahil

May 19th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. select members.id, x(domain_location), y(domain_location)
  2. from members
  3. left join member_appendixes on member_appendixes.member_id = members.id
  4. where member_appendixes.domain_location is not null
  5. #and members.imaginary in ('sofam', 'normal')
  6. order by members.id desc;
  7.  
  8. select z.id, z.region, x(coords),y(coords)
  9. from zones z
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement