Hi experts,
I wanna see the actual SQL statement executed in the database.Can you tell me how?
Select {pk} from {Customer} where {Modifiedtime} >= ?startDate and {Modifiedtime} <= ?endDate order by {Modifiedtime}
Thanks a lot .