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