Skip to content

Commit f4f5857

Browse files
Update calculating-geometric-mean-of-values-in-a-column-using-SQL.md
1 parent bc211a7 commit f4f5857

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

calculating-geometric-mean-of-values-in-a-column-using-SQL.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,17 @@ order by array_index desc limit 1;
3838
|geometric_mean|
3939
|--------------|
4040
|2.46621207433047|
41+
42+
43+
# See also
44+
<ul id="recent-articles">
45+
{% for page in site.pages %}
46+
{% if page.title contains "Geometric Mean" %}
47+
<li>
48+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
49+
</li>
50+
{% endif %}
51+
{% endfor %}
52+
</ul>
53+
54+

0 commit comments

Comments
 (0)