Changes between Version 2 and Version 3 of Internal/GoodJoin
- Timestamp:
- Jun 21, 2011, 4:15:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/GoodJoin
v2 v3 16 16 LEFT JOIN devices ON nodes.motherboard_id = devices.motherboard_id 17 17 LEFT JOIN device_kinds on devices.device_kind_id = device_kinds.id 18 WHERE (devices.device_kind_id = 41 OR devices.device_kind_id = 32) 18 WHERE 19 (devices.device_kind_id = 41 OR devices.device_kind_id = 32) 20 AND locations.testbed_id = 1 19 21 ORDER BY locations.x,locations.y 20 22 }}}