SQL
AخA
select gil_wiki, concat(gil_page_namespace, ":", gil_page_title), gil_to from globalimagelinks
join image on gil_to = img_name
join actor on img_actor = actor_id and actor_name = "Mike Christie"
where gil_page_namespace != 'Portal'
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.