I'd like to setup an application to store equipment configuration data in a
MySql database. The basic setup is that each equipment has a certain number
of parameters which may change over time. I'd like to track these changes
over time and want to be able to create queries which determine the statu
Hi everyone,
I've got a project where I record measurement data for various objects in 15
minute intervals. A simplified table structure could look like:
- objectid Integer
- dt DateTime
- measurementA Integer
- measurementB Integer
- measurementC Integer
I've got a few thousand different