I have a MySQL table with the following columns: location, title and date.
I would like to search for the following
location = San Francisco OR Los Angeles
And
title = Hadoop OR Teradata
And
date = 21-5-2017 or 20-5-2017
Is that possible to do in one SQL query?
Thanks
21-5-2017)? Don't do that, use a date column type.