I have a table altstore with a column checkindate which keeps the date. My requirement is to fetch records of alternate days for a month for example of day 1st of the month, then 3rd and so on. Please help me with the sql query which I can use.
Thanks.
I have a table altstore with a column checkindate which keeps the date. My
Share
Try using:
here
startingdateis first date of the month andenddateis value in columncheckindate.