nidus-sync/db/prepared_functions/test_function.sql

3 lines
56 B
SQL

PREPARE test_function(int) AS
SELECT 2*$1 AS result;