Changes between Version 9 and Version 10 of Complex DB Reports


Ignore:
Timestamp:
02/20/26 20:51:37 (8 days ago)
Author:
231035
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Complex DB Reports

    v9 v10  
    99* Ranks the users from most to least active
    1010=== SQL
    11 {{{WITH params AS (
     11{{{
     12WITH params AS (
    1213    SELECT
    1314        CAST(:start_ts AS timestamp) AS start_ts,