摘要: select * into 表名 from (select * from 表名) as tb1 阅读全文
posted @ 2021-02-02 11:23 CC小骨 阅读(412) 评论(0) 推荐(0)
摘要: GO/****** Object: StoredProcedure [dbo].[UspOutputData] Script Date: 2021/1/28 23:54:06 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO ALTER PRO 阅读全文
posted @ 2021-02-02 11:22 CC小骨 阅读(111) 评论(0) 推荐(0)