私のデータベースでこのクエリステートメントを実行した後:
select * from articles
where content like 'keyword1' or content like
keyword2' or content like 'keyword3' and date
between '2012-06-18 00:00:00' and '2012-06-25 23:59:59'
order by date asc
指定されたキーワードを含むが日付範囲内にないコンテンツを含む、日付に基づいて並べ替えられた記事を取得できます。このステートメントのどこが間違っているのか、それを修正する方法を誰か教えてもらえますか?
ありがとう!