Subversion Repositories computer_asset_manager_v2

Rev

Rev 75 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 75 Rev 76
Line 364... Line 364...
364
select owner.name owner, location.name location from owner join owner_location using (owner_id) join location using (location_id);
364
select owner.name owner, location.name location from owner join owner_location using (owner_id) join location using (location_id);
365
select * from view_device_location_owner_type limit 10;
365
select * from view_device_location_owner_type limit 10;
366
 
366
 
367
*/
367
*/
368
 
368
 
-
 
369
 
-
 
370