powered by
Does the DBMS require temp table emulation?
requiresTempEmulation(dbms)
TRUE if the DBMS requires temp table emulation, FALSE otherwise.
The type of DBMS running on the server. See connect() or createConnectionDetails() for valid values.
connect()
createConnectionDetails()
requiresTempEmulation("postgresql") requiresTempEmulation("oracle")
Run the code above in your browser using DataLab