Query Run
use flow; 8 years ago
show databases; 8 years ago
show tables; 8 years ago
describe thread ; 8 years ago
use mediawikiwiki; 8 years ago
use stats; 8 years ago
show tables; 8 years ago
SELECT * FROM thread WHERE thread_author_name = 'Ecliptica' LIMIT 10 ; 8 years ago
SELECT * FROM thread WHERE thread_author_name = 'Ecliptica' LIMIT 10 \G; 8 years ago
SELECT * FROM thread WHERE thread_author_name = 'Ecliptica' LIMIT 10 \G 8 years ago
use mediawikiwiki; 8 years ago
select count(thread_author_id) from thread where thread_author_id not in... 8 years ago
show tables; 8 years ago
use mediawikiwiki; 8 years ago
show databases; 8 years ago