Background:
I created a SQL query as follows.
Exact Query SELECT `CLog$`.CID, `CLog$`.OpenDt, `CLog$`.CloseDt, `CLog$`.AID, `CLog$`.Trader, `CLog$`.Strategy, `CLog$`.Security, `CLog$`.PnL, `CLog$`.DaysHeld, `CLog$`.NotesFROM `CLog$` `CLog$`
WHERE (`CLog$`.OpenDt>=? And `CLog$`.OpenDt<=?) OR...