Netezza RECORD Type Variable, Usage and Examples
Just like other procedural language, Netezza supports RECORD type variables. Netezza RECORD type variable are similar to row types, but they have no predefined structure associated with it. You can use the record type only inside Netezza stored procedures (SP). They are used in selections and FOR loops to hold one database row from a SELECT operation. Read about Netezza Stored Procedure here: Netezza Stored Procedure and Examples IBM Netezza Control structures and usage Netezza Stored Procedure ARRAY Variables and Examples Netezza RECORD type Variable Declaration Below is the syntax…