Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. program.subtitle LIKE '%Brian Cox%' OR program.title LIKE '%Brian Cox%' OR (people.name = 'Brian Cox' AND credits.person = people.person AND credits.role = 'Host' AND program.chanid = credits.chanid AND program.starttime = credits.starttime)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement