Vikteur
(Viktor)
16. November 2022 um 17:16
1
Hallo!
Ich suche nach einer Möglichkeit, alle Beiträge von Nicht-Mitarbeitern anzuzeigen, auf die noch keine Antworten eingegangen sind. Gibt es dafür eine Möglichkeit?
ondrej
16. November 2022 um 18:52
2
So etwas wie das hier?
Following the topic: How to find topics without a reply from someone other than the topic owner?
I created this query, but in my case there is a problem.
PG::UndefinedTable: ERROR: missing FROM-clause entry for table "t"
LINE 31: AND t.category_id = ANY ('{48,23}'::int[])
Here is the query’ code:
-- [params]
-- int :months_ago = 1
WITH query_period as (
SELECT
date_trunc('month', CURRENT_DATE) - INTERVAL ':months_ago months' as period_start,
date_trunc('month', CURRE…
Ich würde dieses Plugin empfehlen
Summary
Discourse Data Explorer allows you to make SQL queries against your live database, allowing for up-to-the-minute stats reporting.
Install Guide
This plugin is bundled with Discourse core. There is no need to install the plugin separately.
If you’re looking for examples or support for any custom queries, you can find lots of topics in our Data & reporting category under the sql-query tag. If there’s not one to suit your pa…
2 „Gefällt mir“
Benjamin_D
(Benjamin Decotte)
16. November 2022 um 19:06
3
search?q=max_posts%3A1 ist möglich, akzeptiert aber leider nur @anyuser und nicht @somegroup als Parameter.
1 „Gefällt mir“
system
(system)
Geschlossen,
16. Dezember 2022 um 19:06
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.