Learn R Programming

SqlRender (version 1.19.1)

getTempTablePrefix: Get the prefix used for emulated temp tables for DBMSs that do not support temp tables (e.g. Oracle, BigQuery).

Description

Get the prefix used for emulated temp tables for DBMSs that do not support temp tables (e.g. Oracle, BigQuery).

Usage

getTempTablePrefix()

Arguments

Value

The prefix string.

Examples

Run this code
getTempTablePrefix()

Run the code above in your browser using DataLab