Gets the sql that drops the results tables

getCleanupSql(useTempTables = F)

Arguments

useTempTables

if true, then temp table notation will be used.

Value

SQL code in MS Sql Server dialect, if it's required to run analysis on another DBMS you have to use translateSql function in the SqlRender package.