On 7/10/07, Yuri Astrakhan yuriastrakhan@gmail.com wrote:
We still need to do it by the page title, not pageIDs for two reasons:
Then you need to account for the namespaces too. *That's* probably not going to make MySQL happy: (xx_namespace = ... AND xx_title = ...) OR (xx_namespace = ... AND xx_title = ...) OR ... I don't think there's a way to do that with IN.