Doug Howell
2013-03-28 16:58:40 UTC
I have a query that returns values I want. I'd like to have that query create/overwrite a database table every 15 minutes. The tables' data should be completely overwritten every time it runs. How would I go about doing this? Here's the query:
Select IZPN,CMDESC,USRN34
from AS400.S102BAFE.AADAT10.DE100M
Where USRN34 <> 0;
Select IZPN,CMDESC,USRN34
from AS400.S102BAFE.AADAT10.DE100M
Where USRN34 <> 0;