db_create_table_as_select_values: Create table using atomic CTAS with VALUES

View source: R/databricks-dbi.R

db_create_table_as_select_valuesR Documentation

Create table using atomic CTAS with VALUES

Description

Create table using atomic CTAS with VALUES

Usage

db_create_table_as_select_values(
  conn,
  quoted_name,
  value,
  field.types,
  temporary = FALSE,
  overwrite = FALSE
)

brickster documentation built on Sept. 9, 2025, 5:33 p.m.