What is 'compact' form for ins/upade?
From: Pavel Turbin <trb_at_star.spb.ru>
Date: Thu, 22 Apr 1999 18:28:41 +0400
Message-ID: <924791324.606327_at_gamma.star.spb.ru>
Hi,
Date: Thu, 22 Apr 1999 18:28:41 +0400
Message-ID: <924791324.606327_at_gamma.star.spb.ru>
Hi,
For select clauses I can use structure like the following
L_ASP_TEST WEB_DECLARATIONS.ST_T_ASP_TEST; select * into L_ASP_TEST from ASP_TEST ...
The type ST_T_ASP_TEST is declared like table structure. It is very usefull way as we can add new fields without corrections SQL.
My question how can use same structure for insert/update SQL?
Pavel Received on Thu Apr 22 1999 - 16:28:41 CEST