Advertisement
Sorok7

Untitled

Jul 3rd, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.22 KB | None | 0 0
  1. SELECT SQL_CALC_FOUND_ROWS self.*
  2. FROM equipment self
  3. JOIN view_vehicles vh ON self.VehicleID = vh.ID  
  4. WHERE vh.VUID = '2828763' AND self.ID IS NOT NULL AND vh.active <> '0' AND self.is_active <> '0' ORDER BY self.Category
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement