On 11/29/2016 3:31 PM, Patrick B wrote:
sure, why not ? do you want this table to just have one row with the last value you stored? or do you want to store a history with timestamp ?
um, that data changes continuously, what do you mean, 'constantly' ? if you mean once a minute or something, use a script that samples the data and stores it in your table, and waits a minute, then repeats. if you mean literally continously, why not just query the data as you have, thats the 'live' value ... you oculd use a view, I suppose.
-- john r pierce, recycling bits in santa cruz |