i just want to know where sitecore stores Items statistics data. Using SQL query i want to get recently updated items. i write a query for Sitecore_Master database on Items table, there i found created,updated fields as well, while these columns contains different values with sitecore item statistic values my sql query is:
select name,created,updated from items where id='{EFDC1A0B-C40D-42B9-880B-0A09D4686E60}'
it is working for me, while i need statistics data.
Anyone have idea which table sitecore used to store statistics data for sitecore item.
Thanks