Changes between Version 43 and Version 44 of AdvancedReports


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedReports

    v43 v44  
    141141
    142142(
    143         select extract (year from t.date) as godina, count(distinct e.id_event) broj_nastani, t."location"
     143        select extract (year from t.date) as godina,
     144                count(distinct e.id_event) broj_nastani, t."location"
    144145        from ticket t
    145146        join events e on t.id_event = e.id_event
     
    153154                (
    154155                select extract (year from t.date) as godina,
    155                 count(distinct e.id_event) broj_nastani, t."location"
     156                        count(distinct e.id_event) broj_nastani,
     157                        t."location"
    156158                from ticket t
    157159                join events e on t.id_event = e.id_event