Query Run
select actor_name, logging.* from logging, actor where log_actor =... 2 years ago
select actor_name, logging.* from logging, actor where log_actor =... 2 years ago
select logging.*, actor_name from logging, actor where log_actor =... 2 years ago
select loggin.*, actor_name from logging, actor where log_actor =... 2 years ago
select * from logging, actor where log_actor = actor_id and log_type =... 2 years ago
select * from logging, actor where log_actor = actor_id where log_type =... 2 years ago
select * from logging where log_type = 'thanks' and log_title = 'RoySmith' limit 1; 2 years ago
select * from logging where log_type = 'thanks' limit 1; 2 years ago
select * from logging where log_action = 'thanks' limit 1; 2 years ago
select * from logging where log_action = 'thank' limit 1; 2 years ago
select * from logging limit 1; 2 years ago
select * from log limit 1; 2 years ago