Subject | Initializing arrays |
---|---|
Author | slsolutions2002 |
Post date | 2002-02-22T19:34:11Z |
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
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