ronaldmacdonald
MIS
Hi
I am trying to select rows from a table where a date field match the current date.
The date is stored in the table as 'yyyy-mm-dd hh:mm:ss' so I am looking for something that would be the equivalent of select * from table where datefield = sysdate
I am trying to select rows from a table where a date field match the current date.
The date is stored in the table as 'yyyy-mm-dd hh:mm:ss' so I am looking for something that would be the equivalent of select * from table where datefield = sysdate