use commonswiki_p;
select hex(rev_comment) from revision where rev_id = 47386029; |
6 years ago |
use commonswiki_p;
select cast(rev_comment as binary[256]) from revision... |
6 years ago |
use commonswiki_p;
select cast(rev_comment as binary) from revision where... |
6 years ago |
use commonswiki_p;
select cast(rev_comment as bynary) from revision where... |
6 years ago |
describe revision; |
6 years ago |
describe table revision; |
6 years ago |
use commonswiki_p;
select rev_comment from revision where rev_id = 47386029; |
6 years ago |
use commonswiki_p;
select * from revision where rev_id = 47386029; |
6 years ago |
select * from revision where rev_id = 47386029; |
6 years ago |