Changes between Version 42 and Version 43 of AdvancedReports


Ignore:
Timestamp:
12/24/22 17:07:07 (2 years ago)
Author:
181006
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedReports

    v42 v43  
    152152        from
    153153                (
    154                 select extract (year from t.date) as godina, count(distinct e.id_event) broj_nastani, t."location"
     154                select extract (year from t.date) as godina,
     155                count(distinct e.id_event) broj_nastani, t."location"
    155156                from ticket t
    156157                join events e on t.id_event = e.id_event