Public Vars

Back

create-table-as (clj)

(source)

function

(create-table-as table) (create-table-as table if-not-exists)
Accepts a table name to create and optionally a flag to trigger IF NOT EXISTS in the SQL: (create-table-as :foo) (create-table-as :foo :if-not-exists)

Examples