We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4d935 commit 740a6cdCopy full SHA for 740a6cd
max_by-and-min_by-with-window-function.md
@@ -40,7 +40,7 @@ from orders;
40
# See also
41
<ul id="recent-articles">
42
{% for page in site.pages %}
43
- {% if (page.title contains "max_by" or page.title or page.title contains "min_by") %}
+ {% if (page.title contains "max_by" or page.title contains "min_by") %}
44
<li>
45
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
46
</li>
0 commit comments