首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

请教 怎么依据A表的表结构创建一模一样的B表(空表) ,但不考数据,索引等

2013-09-11 
请问 如何依据A表的表结构创建一模一样的B表(空表) ,但不考数据,索引等请问 如何依据A表的表结构创建一模

请问 如何依据A表的表结构创建一模一样的B表(空表) ,但不考数据,索引等
请问 如何依据A表的表结构创建一模一样的B表(空表) ,但不考数据,索引等
谢谢!
[解决办法]


select * into tbB from tbA where 1=2

热点排行