0

DB2 の from 句で DML を使用できますか? ありがとうございました

4

2 に答える 2

0

The DB2 V9 SQL Reference states that the FROM clause can only contain a table-reference:

     .-,---------------.   
     V                 |   
>>-FROM----table-reference-+-----------------------------------><

The description of "table-reference" is directly below that, so it will tell you exactly what is allowed and what is not allowed. A table-reference can include "Data change table references," one of which is "NEW TABLE." Maybe that's what you're after, but as other people have already said, without knowing what you're trying to do, it's hard to answer the question.

SQL Syntax diagram for table-reference (scroll about 1/4 down the page)

于 2010-08-23T15:35:17.217 に答える
0

どうしてそうするか?SQLステートメントでそれを見たことはないと思います...

于 2010-05-28T19:23:57.800 に答える