I just want to know where sitecore stores statistics data. Using an SQL query, I want to get recently updated items. I write a query for the Sitecore_Master database in the Items table, there I also found the created, updated fields, while these columns contain different values ββwith the statistics values ββfor the sitecore position my sql query:
select name,created,updated from items where id='{EFDC1A0B-C40D-42B9-880B-0A09D4686E60}'
It works for me, while I need statistics data.
Does anyone have an idea which sitecore table is used to store statistics for the sitecore element.
thanks
source share