We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in dplyr you can create a temporary table in database with the compute.
in teradata, one uses the VOLATILE keyword instead of TEMPORARY.
VOLATILE
TEMPORARY
Could this be added to this package to allow for the creation of volatile/temporary tables in database?