Query Run
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q[0-9]*'), 'P18',... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q.*'), 'P18', CONCAT("\"",... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q\d+.*'), 'P18',... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q\d+'), 'P18', CONCAT("\"",... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q.+'), 'P18', CONCAT("\"",... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q.+', 60), 'P18',... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, '.+'), 'P18', CONCAT("\"",... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q\d+'), 'P18', CONCAT("\"",... 5 years ago
use commonswiki_p; SELECT REGEXP_SUBSTR(el_to, 'Q\d'), 'P18', CONCAT("\"",... 5 years ago
use commonswiki_p; SELECT REPLACE(el_to,... 5 years ago