Changes between Version 24 and Version 25 of AdvancedReports
- Timestamp:
- 12/23/22 21:16:31 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdvancedReports
v24 v25 100 100 {{{#!div style="font-size: 90%" 101 101 {{{#!sql 102 select c.id_user, r.rating, count(t.id_transaction) 102 select c.id_user, r.rating, count(t.id_transaction) as broj_transakcii 103 103 from customer c join review r on c.id_user =r.id_user_customer 104 104 join cart c2 on c.id_user =c2.id_user_customer