Skip to Content
0
Former Member
Oct 11, 2017 at 07:05 AM

How to see the SQL statement in FlexibleSearchService

353 Views

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 .