View source: R/sqlAppendTableAs.R
| validate_column_match | R Documentation |
Validate that column names match between table and query
validate_column_match(table_cols, query_cols)
table_cols |
Character vector of table column names |
query_cols |
Character vector of query column names |
Invisibly returns TRUE if match, otherwise throws error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.