I know this statement are Conditions but can anyone explain how is it work and what is mean exactly ??
what this <> mean
" AND (FromDate is null or FromDate >= ?) "
" AND (Status is null or Status <> 'Canceled')"
and those are almost the same what the different between them ?
(min(FromDate) >= ? AND max(ToDate) <= ? ) OR "
" (min(FromDate) >= ? AND max(ToDate) <= ? ) "