Changes between Version 3 and Version 4 of AdvancedReports


Ignore:
Timestamp:
02/05/24 15:59:40 (13 months ago)
Author:
141515
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedReports

    v3 v4  
    77  d.d_name name,
    88  count(a.a_id),
    9   sum(amount) from dealership d
    10   left join agreement as a on d.tax_nr=a.tax_nr
    11   left join payment as p on p.a_id=a.a_id
     9  sum(amount)
     10from dealership d
     11left join agreement as a on d.tax_nr=a.tax_nr
     12left join payment as p on p.a_id=a.a_id
    1213where amount>3000
    1314group by d.d_name