Skip to content

Commit 8b0d183

Browse files
authored
Update arithmetic-functions.sql
1 parent adfda87 commit 8b0d183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/settings/arithmetic-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='Arithmetic'
9+
FROM system.functions WHERE categories='Arithmetic' ORDER BY name ASC
1010
)
1111
SELECT
1212
format(

0 commit comments

Comments
 (0)