Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. i wanna convert this SQL query to MDX Query
  2.  
  3. )
  4.  
  5. and tv.traffic_case_id = t.id
  6. and t.occurrence_location_id=ol.id
  7. and t.location_id=l.locationid
  8. and gd.language_code_id='ar'
  9. and l.governorate_id=gd.governorate_id
  10. and (ld.language_code_id='ar' or l.locality_id is null)
  11.  
  12. order by governorate_id ,year**
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement