You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Sort the output by the given column(s) and order direction(s).</dd>
96
-
<dd><strong>Values:</strong> Specify any valid column name{% if include.sortvals != null %} from the ones given below{% endif %}, followed by a space and then either <code>asc</code> or <code>desc</code> to sort in ascending or descending order, respectively. Use <code>rand()</code> for [random sorting order](https://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html#function_rand).
96
+
<dd><strong>Values:</strong> Specify any valid column name{% if include.sortvals != null %} from the ones given below{% endif %}, followed by a space and then either <code>asc</code> or <code>desc</code> to sort in ascending or descending order, respectively. Use <code>rand()</code> for <ahref="https://dev.mysql.com/doc/refman/5.7/en/mathematical-functions.html#function_rand">random sorting order</a>.
97
97
{% if include.sortvals != null %}{{ include.sortvals }}{% endif %}
98
98
</dd>
99
99
<dd><strong>Default:</strong> {% if include.sort == null %}0{% else %}{{ include.sort }}{% endif %} (see <ahref="/tags/tag-attributes-cross-reference#sort">sort cross-reference</a>).</dd>
0 commit comments