select actor_name
from recentchanges
join comment on rc_comment_id =... |
3 years ago |
select actor_name, rc_timestamp
from recentchanges
join comment on... |
3 years ago |
select actor_name, rc_timestamp
from recentchanges
join comment on... |
3 years ago |
select actor_name
from recentchanges
join comment on rc_comment_id =... |
3 years ago |
select actor_name
from recentchanges
join comment on rc_comment_id =... |
3 years ago |
select actor_name, rc_timestamp, rc_title, comment_text
from... |
3 years ago |
select actor_name, rc_timestamp, rc_title, comment_text
from... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
join... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
join... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
join... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
join... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
join... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
join... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
where... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
where... |
3 years ago |
select *
from recentchanges
join comment on rc_comment_id = comment_id
limit 10 |
3 years ago |
select *
from recentchanges
limit 10 |
3 years ago |
select *
from recentchanges
limit 10 |
3 years ago |
select * from recentchanges |
3 years ago |
select top 10 * from recentchanges |
3 years ago |
select top 10 from recentchanges |
3 years ago |
select dbname from wiki; |
3 years ago |
use viwiki;
select * from recentchanges |
3 years ago |