Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 02 Oct 2013 at 7:39am
you mean your source have both begin and an end date fields and the end date may be null and you want to enter a date range to look for records that were active at any time int he range entered?
table.startdate<=?enddate
and
(table.enddate is null or table.enddate>=?startdate)
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum