Skip to content

Instantly share code, notes, and snippets.

@supercow
Created April 22, 2013 23:06
Show Gist options
  • Save supercow/5439356 to your computer and use it in GitHub Desktop.
Save supercow/5439356 to your computer and use it in GitHub Desktop.
use console_inventory_service;
select r.restype 'Resource',r.title 'Title',h.name 'Exporting Host'
from resources as r
left join hosts as h on h.id = r.host_id
where r.exported=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment