Skip to content

Commit 13beb13

Browse files
authored
alphabetize
1 parent bdf5592 commit 13beb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/settings/array-functions.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WITH arithmetic_functions AS (
66
arguments,
77
returned_value,
88
examples
9-
FROM system.functions WHERE categories='Array'
9+
FROM system.functions WHERE categories='Array' ORDER BY name ASC
1010
)
1111
SELECT
1212
format(

0 commit comments

Comments
 (0)