Skip to content

Commit f62d468

Browse files
Update max_by-and-min_by-with-window-function.md
1 parent 740a6cd commit f62d468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

max_by-and-min_by-with-window-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ from orders;
4040
# See also
4141
<ul id="recent-articles">
4242
{% for page in site.pages %}
43-
{% if (page.title contains "max_by" or page.title contains "min_by") %}
43+
{% if (page.title contains "MAX_BY" or page.title contains "MIN_BY") %}
4444
<li>
4545
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
4646
</li>

0 commit comments

Comments
 (0)