Mar 2, 2010 3:43 AM
INSERT INTO %rowtype
-
Like (0)
Hi, is it posible to do in netezza sometnig like than (sample from Oracle):
trec t%ROWTYPE;
INSERT INTO t
VALUES trec;
I would'n like to name all columns in INSERT statement,
thanks in bye
darko
Netezza does not have a collection data type in stored procedures.

