Skip to content

Commit d357899

Browse files
authored
Update array-functions.sql
1 parent 943aa93 commit d357899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/settings/array-functions.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WITH arithmetic_functions AS (
1+
WITH array_functions AS (
22
SELECT
33
name,
44
introduced_in,
@@ -18,5 +18,5 @@ SELECT
1818
'**Returned value**\n\n'||trim(returned_value)||'\n\n',
1919
'**Examples**\n\n'||examples||'\n'
2020
)
21-
FROM arithmetic_functions
21+
FROM array_functions
2222
INTO OUTFILE 'array-functions.md' TRUNCATE FORMAT LineAsString

0 commit comments

Comments
 (0)