powered by
Generate a CREATE TABLE statement for an existing table in Microsoft SQL Server.
t_sql_script_create_table(con, table)
A data table, contains the DDL scripts for creating a table.
A database connection that can be passed to DBI::dbSendQuery/DBI::dbGetQuery.
A string, the schema qualified table name of an existing SQL table.
t_sql_script_create_table(con = NULL)
Run the code above in your browser using DataLab