set @startdate:='2020-12-01 00:00:00';
set @enddate:= DATE_ADD(@startdate,... |
3 years ago |
set @startdate:='2019-12-01 00:00:00';
set @enddate:= DATE_ADD(@startdate,... |
3 years ago |
set @startdate:='2018-12-01 00:00:00';
set @enddate:= DATE_ADD(@startdate,... |
3 years ago |
set @startdate:='2017-12-01 00:00:00';
set @enddate:= DATE_ADD(@startdate,... |
3 years ago |
set @startdate:='2017-12-01 00:00:00';
set @enddate:= DATE_ADD(@startdate,... |
3 years ago |
set @startdate:='2017-12-01 00:00:00';
set @enddate:= DATE_ADD(@startdate,... |
3 years ago |
select *
from `comment`
where comment_text like '%say "current%'; |
3 years ago |
select *
from `comment`
where comment_text like '%say "current,"%'; |
3 years ago |
select *
from `comment`
where comment_text like '%say "current," "recent"%'; |
3 years ago |
select *
from `comment`
where comment_text like '%say “current,” “recent”%'; |
3 years ago |
select *
from `comment`
where comment_text like 'can''t say "currently"'; |
3 years ago |
select *
from `comment`
where comment_text like 'WP:DATED vio - can''t say... |
3 years ago |
select *
from `comment`
where comment_text = 'WP:DATED vio - can''t say... |
3 years ago |
select *
from `comment`
where comment_text = 'WP:DATED vio - can't say... |
3 years ago |
select *
from `comment`
where comment_text like '%WP:DATED%'; |
3 years ago |
select *
from `comment`
where comment_text contains 'WP:DATED'; |
3 years ago |
select *
from `comment`
where comment_text like 'WP:DATED'; |
3 years ago |
select *
from `comment`
where comment_text = 'WP:DATED'; |
3 years ago |
select *
from `comment`
where comment_text like 'WP:DATED'; |
3 years ago |
select *
from `comment`
where comment_text = 'WP:DATED'
limit 1500; |
3 years ago |
select *
from `comment`
where comment_text like 'WP:DATED'
limit 1500; |
3 years ago |
select *
from comments
where comment_text like 'WP:DATED'
limit 1500; |
3 years ago |