t_sql_script_create_table | R Documentation |
Generate a CREATE TABLE statement for an existing table in Microsoft SQL Server.
t_sql_script_create_table(con, table)
con |
A database connection that can be passed to DBI::dbSendQuery/DBI::dbGetQuery. |
table |
A string, the schema qualified table name of an existing SQL table. |
A data table, contains the DDL scripts for creating a table.
t_sql_script_create_table(con = NULL)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.