Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
ערן
.
שאילתא לחילוץ תרגומים מעברית לאנגלית על פי ויקימילון. ניתן להשיג את בסיס הנתונים גם בהורדה מכאן: https://dumps.wikimedia.org/hewiktionary/20161220/ A query for extracting Hebrew-English translations based on wiktionary.
Toggle Highlighting
SQL
use hewiktionary_p; /* Seperated entry for each translation select page_title, iwl_title from iwlinks inner join page on page_id=iwl_from where page_namespace=0 and iwl_prefix='en'; */ select page_title, group_concat(iwl_title) from iwlinks inner join page on page_id=iwl_from where page_namespace=0 and iwl_prefix='en' and page_title!=iwl_title group by page_title
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...