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