Skip to content

Commit 05419b3

Browse files
author
James O'Claire
committed
specify columns
1 parent 31e862c commit 05419b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
select * from frontend.company_domain_country;
1+
select
2+
company_domain,
3+
most_common_country,
4+
total_app_count
5+
from frontend.company_domain_country;

0 commit comments

Comments
 (0)