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).
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).
精彩评论