gpt4 book ai didi

sql - 如何在 SQL Server 2008 中从选择查询结果创建表

转载 作者:行者123 更新时间:2023-12-01 16:29:05 24 4
gpt4 key购买 nike

我想从 SQL Server 中的选择查询结果创建一个表,我尝试过

create table temp AS select.....

但我收到一个错误

Incorrect syntax near the keyword 'AS'

最佳答案

使用以下语法从 SQL Server 2008 中的旧表创建新表

Select * into new_table  from  old_table 

关于sql - 如何在 SQL Server 2008 中从选择查询结果创建表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16683758/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com