【发布时间】:2012-09-12 12:53:14
【问题描述】:
我尝试使用 SQL 查询访问 WikiMedia 数据库以获取文章页面的内容。('old_text', from the 'text' table) 通过搜索其 page_title (from the 'page' table)。
不幸的是,我看不到 page_id (from the page table) an the old_id (from the 'text' table) 之间的映射。
那么,如何使用给定的页面标题从带有 sql 查询的文章中获取文本?
【问题讨论】: