Ho letto da qualche parte qui su Discourse, ma ora non riesco a trovarlo, un post in cui qualcuno ha scritto una metrica/statistica utile con una query SQL… ce ne sono alcune che vorrei utilizzare…
Potreste indicarmele…
Cordiali saluti.
Ho letto da qualche parte qui su Discourse, ma ora non riesco a trovarlo, un post in cui qualcuno ha scritto una metrica/statistica utile con una query SQL… ce ne sono alcune che vorrei utilizzare…
Potreste indicarmele…
Cordiali saluti.
It is possible to enter the ruby console and run ActiveRecord queries, if you feel more comfortable doing that.
But IMHO, the best way is to use the Data Explorer plugin.
Some knowledge of the database architecture is still needed, especially for complex queries. But many (IMHO, most) times it is intuitive. eg.
it is clear that the posts table’s posts.topic_id field references the topics table’s topics.id field.