Subject Initializing arrays
Author slsolutions2002
Hello:

I have a table with an array declared as:

Create Table xxx(
...
HoursArray Float [1:50,1:5],
...);

I want to initialize the array to 0's when a new record inserted.
How can I accomplish this?

Thanks