select * from ip_changes, revision
where ipc_rev_id = rev_id
and ipc_hex... |
5 years ago |
select * from ip_changes, revision
where ipc_rev_id = rev_id
and ipc_hex... |
5 years ago |
select * from ip_changes where ipc_hex = '5C0ED828';
-- describe revision; |
5 years ago |
select * from ip_changes where ipc_hex = '5C0ED828' limit 10;
-- describe revision; |
5 years ago |
select * from ip_changes where ipc_hex = '5c0ed828' limit 10;
-- describe revision; |
5 years ago |
select * from ip_changes limit 10;
-- describe revision; |
5 years ago |
-- select rev_user_text from revision limit 10;
describe revision; |
5 years ago |
select rev_user_text from revision limit 10; |
5 years ago |