John W. Holmes wrote:
Seth Willits wrote:
If I want to show events (records in a MySQL table) for the next 10
days (and I do), what would be the best approach to searching with
this range? (The dates in my table are stored as a string in the
format /MM/DD.)
And change the column type
Seth Willits wrote:
If I want to show events (records in a MySQL table) for the next 10
days (and I do), what would be the best approach to searching with this
range? (The dates in my table are stored as a string in the format
/MM/DD.)
SELECT * FROM Table WHERE event_date BETWEEN NOW()
If I want to show events (records in a MySQL table) for the next 10
days (and I do), what would be the best approach to searching with this
range? (The dates in my table are stored as a string in the format
/MM/DD.)
Seth Willits
3 matches
Mail list logo