Update 02960_partition_by_udf.sql

This commit is contained in:
Alexey Milovidov 2024-01-01 18:33:30 +03:00 committed by GitHub
parent aec85da96a
commit ccc70b62eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
-- Tags: no-parallel
DROP FUNCTION IF EXISTS f1;
CREATE FUNCTION f1 AS (x) -> x;