SELECT page_namespace, page_title, actor_name, comment_text
FROM revision... |
3 years ago |
SELECT page_namespace, page_title, actor_name
FROM revision
JOIN actor ON... |
3 years ago |
SELECT page_namespace, page_title, actor_name
FROM revision
JOIN actor ON... |
3 years ago |
with c as (select comment_id from comment_revision where comment_text like... |
3 years ago |
with c as (select comment_id from comment_revision where comment_text like... |
3 years ago |
with c as (select comment_id from comment_revision where comment_text like... |
3 years ago |
with c as (select comment_id from comment_revision where comment_text like... |
3 years ago |
with c as (select comment_id from comment_revision where comment_text like... |
3 years ago |
with c as (select comment_id from comment_revision where comment_text like... |
3 years ago |
with c as (select * from comment_revision where comment_text like... |
3 years ago |
with c as (select * from comment_revision where comment_text like... |
3 years ago |
with c as (select * from comment_revision where comment_text like... |
3 years ago |
with c as (select * from comment_revision where comment_text like... |
3 years ago |
with c as (select * from comment_revision where comment_text like... |
3 years ago |
with c as (select * from comment_revision where comment_text like... |
3 years ago |
select * from comment_revision where comment_text like '%WP:DATED%'; |
3 years ago |
select * from comment_revision limit 5; |
3 years ago |
show columns comment_revision; |
3 years ago |
show tables; |
3 years ago |
show columns comment_revisions; |
3 years ago |
show columns comment_revisions; |
3 years ago |
show columns comment_revision; |
3 years ago |
show tables; |
3 years ago |
select table_schema as database_name,
table_name as view_name
from... |
3 years ago |
show views; |
3 years ago |
show columns from actor; |
3 years ago |
show columns from actor; |
3 years ago |
show columns from actor_revision; |
3 years ago |
desribe actor_revision; |
3 years ago |
select * from actor_revision limit 5; |
3 years ago |