Is there an easy way to initialize a record buffer ?
When a variable is defined as USING a table format, Warehouse will initialize that variable to the table column defaults. Hence, in the following example, emp_clear can be used for repeatable initializations of identical structures such as new_emp. define new_emp : using db.emp define emp_clear : using db.