View the original community article here
Last tested: Jan 21, 2019
No
There is a semi-workaround for this with the `create_process` parameter with sql_step
subparameters. If your database dialect uses custom Data Definition Language (DDL) commands, you can use create_process
to create PDTs, by defining a list of SQL statements that will be executed in the order listed.
This content is subject to limited support.