Skip to content

Commit 9998900

Browse files
Update unpivot-multiple-columns in-snowflake.md
1 parent 85f8fe0 commit 9998900

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

unpivot-multiple-columns in-snowflake.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,15 @@ where split(name, '_')[0] = split(email, '_')[0]
7272
| Steph Andersson | Anders Bloom | [email protected] |
7373
| Steph Andersson | Stephen McDonalds | [email protected] |
7474

75+
# See also:
76+
<ul id="recent-articles">
77+
{% for page in site.pages %}
78+
{% if page.title contains "PIVOT" %}
79+
<li>
80+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
81+
</li>
82+
{% endif %}
83+
{% endfor %}
84+
</ul>
85+
7586

0 commit comments

Comments
 (0)