File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -261,6 +261,7 @@ if [ -f "$FUNCTION_SQL_FILE" ]; then
261
261
" Distance"
262
262
" Dates and Times"
263
263
" Financial"
264
+ " Null"
264
265
)
265
266
266
267
for CATEGORY in " ${FUNCTION_CATEGORIES[@]} " ; do
@@ -366,6 +367,7 @@ insert_src_files=(
366
367
" distance-functions.md"
367
368
" dates_and_times-functions.md"
368
369
" financial-functions.md"
370
+ " null-functions.md"
369
371
)
370
372
371
373
insert_dest_files=(
@@ -379,6 +381,7 @@ insert_dest_files=(
379
381
" docs/sql-reference/functions/distance-functions.md"
380
382
" docs/sql-reference/functions/date-time-functions.md"
381
383
" docs/sql-reference/functions/financial-functions.md"
384
+ " docs/sql-reference/functions/functions-for-nulls.md"
382
385
)
383
386
384
387
echo " [$SCRIPT_NAME ] Inserting generated markdown content between AUTOGENERATED_START and AUTOGENERATED_END tags"
You can’t perform that action at this time.
0 commit comments