At Thu, 01 Jul 2021 17:48:49 +0900 (JST), Kyotaro Horiguchi <[email protected]> wrote in > At Fri, 25 Jun 2021 12:02:22 +0000, "[email protected]" > <[email protected]> wrote in > The following commands handle the liked connection. > DECLARE > PREPARE > EXECUTE > > The follwoing commands don't. > DESCRIBE > DEALLOCATE > DECLARE CURSOR .. FOR > CREATE TABLE AS EXECUTE
Mmm. It's wrong. CREATE TABLE AS EXECUTE follows. So DECLARE CURSOR should follow? regards. -- Kyotaro Horiguchi NTT Open Source Software Center
