输入banner图图片脚本导航/分类

sql server 临时表

* INTO #A_A from A --查询A中数据; 把查询的数据创建为 临时表 select * from #A_A --查询临时表 DROP TABLE #A_A; --删除临时表

 

sql server 临时表

标签:rom   style   div   ble   查询   sele   select   drop   创建