SELECT * FROM user limit 10; |
3 years ago |
DESCRIBE user; |
3 years ago |
SELECT page_title, comment_text, actor_name
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, comment_text, actor_name
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, comment_text, actor_name
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, comment_text, actor_name
FROM revision
JOIN page ON... |
3 years ago |
SELECT page_title, comment_text, actor_name
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, comment_text, actor_name
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, comment_text, rev_actor
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page.page_title, rev_comment_id, rev_actor
FROM... |
3 years ago |
SELECT page_title, rev_comment_id, rev_actor
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, rev_comment_id, rev_actor
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, rev_comment_id, rev_actor
FROM revision
JOIN page ON... |
3 years ago |
SELECT page_title, rev_comment_id, rev_actor
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, rev_comment_id, rev_actor
FROM revision_userindex
JOIN... |
3 years ago |
SELECT page_title, rev_comment_id, rev_actor
FROM revision_userindex
LIMIT 10; |
3 years ago |
SELECT rev_page, rev_comment_id, rev_actor FROM revision_userindex LIMIT 10; |
3 years ago |
select comment_text, actor_name, rev_id, page_title from... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from comment
join... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from comment
join... |
3 years ago |
select * from page limit 10; |
3 years ago |
select comment_text, actor_name, rev_id, page_title from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from... |
3 years ago |
select comment_text, actor_name, rev_id, page_title from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id, page_name from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id from comment
inner join... |
3 years ago |
select comment_text, actor_name, rev_id from comment
inner join... |
3 years ago |
select comment_text, page_title, rev_id from comment
inner join... |
3 years ago |
select comment_text, page_title from comment
inner join revision_userindex... |
3 years ago |
select comment_text, page_title, rev_id from comment
inner join... |
3 years ago |
select comment_text, page_title, rev_id from page
inner join... |
3 years ago |
select comment_text, page_title, rev_id from comment page
inner join... |
3 years ago |
select comment_text, page_title, rev_id from comment, page
inner join... |
3 years ago |
select comment_text, page_title, rev_id from comment
inner join... |
3 years ago |
select comment_text, page_title, rev_id from comment
inner join... |
3 years ago |
select * from slots limit 10; |
3 years ago |
describe slots; |
3 years ago |