Changes between Version 31 and Version 32 of AdvancedReports


Ignore:
Timestamp:
01/11/23 02:07:15 (18 months ago)
Author:
201088
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedReports

    v31 v32  
    214214                (
    215215                select
    216                                 a.id_user,
    217                                 a.verified_by_employee,
    218                                 count(distinct a2.id_adoption) as number_of_adoptions
     216                        a.id_user,
     217                        a.verified_by_employee,
     218                        count(distinct a2.id_adoption) as number_of_adoptions
    219219                from adopter a
    220220                join adoption a2 on a.id_user = a2.id_adopter