Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. sqlite> delete from object where object.upnp_id not in (select c.descendant from closure as c left join object o on o.upnp_id = c.ancestor
  2. ...> where o.uri = '/home/luisbg/music') and object.uri is not null;
  3. Error: no such table: main.Uri
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement