Query Run
use itwiki_p; SELECT log_user_text,log_timestamp, log_type from logging... 6 years ago
use itwiki_p; SELECT log_user_text,log_timestamp from logging where... 6 years ago
use itwiki_p; SELECT log_user_text,log_timestamp from logging where... 6 years ago
use itwiki_p; SELECT log_type from logging where log_deleted > 8 LIMIT 100; 6 years ago
use itwiki_p; SELECT log_type from logging where log_deleted >= 8 LIMIT 100; 6 years ago
use itwiki_p; SELECT log_type from logging where log_type = 'suppress' LIMIT 100; 6 years ago
use itwiki_p; SELECT log_type from logging LIMIT 100; 6 years ago
use itwiki_p; SELECT log_comment from logging LIMIT 100; 6 years ago