hi guys,
i have a table with 2 columns as StartDate and Enddate.
and i am writting a query in which one of the condition is
where startdate < enddate ( means stardate can be 01/01/2009 and enddate as 09/01/2009 in dd/mm/yyyy format). as of this time with small database. its not at all a issue, but do u people think that in future when my database grows this style of comparing date can be a problem?
any suggestions.
i have a table with 2 columns as StartDate and Enddate.
and i am writting a query in which one of the condition is
where startdate < enddate ( means stardate can be 01/01/2009 and enddate as 09/01/2009 in dd/mm/yyyy format). as of this time with small database. its not at all a issue, but do u people think that in future when my database grows this style of comparing date can be a problem?
any suggestions.
Comment