sql server创建临时表的两种写法和删除临时表
摘要:
--创建、删除临时表 --第一种方式 create table #tmp(name varchar(255),id int) --第二种方式 select count(id) as storyNum , sum(convert(numeric(10,2),case when isnumeric(co 阅读全文
posted @ 2019-01-16 14:19
newlives
阅读(18132)
评论(1)
推荐(0)
浙公网安备 33010602011771号