mysql - How to select rows from today date? -


i have events table.

i want select upcoming events.

my table:

tb_events has following columns

id,event_date,title,location 

this should it:

select * tb_events event_date >= curdate() 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -