I have a view in SQL, and I want to select some data depending on certain conditions , so is it possible to do
SELECT * INTO #TABLE_S FROM VIEW_TABLE
Or How do I insert VIEW data into a temporal table in SQL Server 2008?
|
I have a view in SQL, and I want to select some data depending on certain conditions , so is it possible to do
Or How do I insert VIEW data into a temporal table in SQL Server 2008?
| ||||
|
feedback
|
|
This'll work as is written. Am I missing the point of the question? Note that if | |||||
feedback
|