Hi All,
I need help on this query. Any help will be appreciated.
I have a date field (mm/dd/yyyy format) in Customer table.
I need to retrieve 15 days back customer names
Select customername frm customer where joindate between.....
The query must return All the customer whose joindate is within the last 15 days.
Thanks in advance.
I need help on this query. Any help will be appreciated.
I have a date field (mm/dd/yyyy format) in Customer table.
I need to retrieve 15 days back customer names
Select customername frm customer where joindate between.....
The query must return All the customer whose joindate is within the last 15 days.
Thanks in advance.