Skip to content

Commit 8876020

Browse files
committed
fix: invalid use of perform
1 parent e9f3df1 commit 8876020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators/order_by_test.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ DECLARE
144144
END;
145145
$$ LANGUAGE plpgsql;
146146

147-
PERFORM drop_table_with_encrypted();
147+
SELECT drop_table_with_encrypted();

0 commit comments

Comments
 (0)