select log_title,year(log_timestamp) from logging
where log_type like... |
2 months ago |
select * from logging
where log_type like "rights"
and year(log_timestamp)... |
2 months ago |
select * from logging
where log_type like "rights"
and year(log_timestamp)... |
2 months ago |
select * from logging
where log_type like "rights"
order by log_timestamp... |
2 months ago |
select * from logging
where log_type like "rights" limit 10 |
2 months ago |
select * from logging limit 10 |
2 months ago |
select * from logs limit 10 |
2 months ago |
select * from logs limit 10 |
2 months ago |