开发者

Using Temp table in A VIEW

开发者 https://www.devze.com 2023-03-05 21:27 出处:网络
I need a clarific开发者_如何学Cation on whether we can use Temp tables in VIEWS?No, you can\'t.

I need a clarific开发者_如何学Cation on whether we can use Temp tables in VIEWS?


No, you can't.

A view takes a single SELECT statement (which includes UNION of course).

0

精彩评论

暂无评论...
验证码 换一张
取 消