Files
dolthub--doltgresql/testing/generation/command_docs/synopses/create_transform.txt
T
2026-07-13 12:32:25 +08:00

4 lines
238 B
Plaintext

CREATE [ OR REPLACE ] TRANSFORM FOR $type_name$ LANGUAGE $lang_name$ (
FROM SQL WITH FUNCTION $from_sql_function_name$ [ ($argument_type$ [ , ... ]) ],
TO SQL WITH FUNCTION $to_sql_function_name$ [ ($argument_type$ [ , ... ]) ] )