![]() | |
#1
| |||
| |||
|
#2
| ||||
| ||||
|
|
Pardon my ignorance, but I wonder if you could answer a question. Why would you ever need to insert into a view? |
|
Also, suppose the view has a restrictive where clause, if the inserted row doesn't match the where clause, would the insert fail? |
|
What if the view is a multi table join? |
|
What about updates to a view? |
#3
| |||
| |||
|
|
"Strangiato" <nochance (AT) youmustbejoking (DOT) com> wrote in message news:c0tg0l$1bquof$1 (AT) ID-222597 (DOT) news.uni-berlin.de... Pardon my ignorance, but I wonder if you could answer a question. Why would you ever need to insert into a view? Multiple applications or multiple application versions. Also, suppose the view has a restrictive where clause, if the inserted row doesn't match the where clause, would the insert fail? It should fail because the inserted row fails the predicate of the view. What if the view is a multi table join? What do you want to know? |
| What about updates to a view? Again, what do you want to know? |
| |
#4
| |||
| |||
|
|
"Bob Badour" <bbadour (AT) golden (DOT) net> wrote in message news:8Pqdnb9bMIoQ1K_dRVn-sw (AT) golden (DOT) net... "Strangiato" <nochance (AT) youmustbejoking (DOT) com> wrote in message news:c0tg0l$1bquof$1 (AT) ID-222597 (DOT) news.uni-berlin.de... Pardon my ignorance, but I wonder if you could answer a question. Why would you ever need to insert into a view? Multiple applications or multiple application versions. Also, suppose the view has a restrictive where clause, if the inserted row doesn't match the where clause, would the insert fail? It should fail because the inserted row fails the predicate of the view. What if the view is a multi table join? What do you want to know? I guess the mechanics of how the data would get inserted. I can't get my head around what would happen if you inserted data into a multi table select. I'm more used to looking at the output of such a select. |
#5
| ||||
| ||||
|
|
Pardon my ignorance, but I wonder if you could answer a question. Why would you ever need to insert into a view? |
|
Also, suppose the view has a restrictive where clause, if the inserted row doesn't match the where clause, would the insert fail? |
|
What if the view is a multi table join? |
|
What about updates to a view? |
#6
| |||
| |||
|
|
Why would you ever need to insert into a view? |
|
Also, suppose the view has a restrictive where clause, if the inserted row doesn't match the where clause, would the insert fail? |
|
What if the view is a multi table join? |
![]() |
| Thread Tools | |
| Display Modes | |
| |