Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
または、%TYPEを使用する必要がある変数のように動作しますか?
declare row1 emp%rowtype; row2 row1%rowtype; --row3 row1%type; begin null; end;
%rowtypeはい、両方を使用できます%type。明らかに、両方とも同じように動作します。
%rowtype
%type