问题
Can I create a table without any columns in SQL Server by t-sql?
回答1:
A table is a collection of columns and rows. You need at least one column.
回答2:
No. What would you use it for?
来源:https://stackoverflow.com/questions/2438321/create-a-table-without-columns