Skip to content

Commit 51b29a6

Browse files
refactor 1364
1 parent 5a81daf commit 51b29a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/_1364.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
select i.invoice_id,
105105
c.customer_name,
106106
i.price,
107-
count(cont.contact_email) contacts_cnt,
107+
count(cont.contact_name) contacts_cnt,
108108
sum(
109109
if(cont.contact_name in (select distinct customer_name from customers), 1, 0)
110110
) as trusted_contacts_cnt

0 commit comments

Comments
 (0)