Column Name
|
Description
|
NAME
|
Name of the tag (primary key)
|
INTVAL
|
Integer value
|
FLOATVAL
|
Floating point value
|
TIME
|
The time the data was collected
|
NAME
|
INTVAL
|
FLOATVAL
|
TIME
|
SCOTT
|
1
|
100.0
|
1999-12-10 12:00:30
|
TOM
|
1
|
101.0
|
1910-01-01 15:00:00
|
BOB
|
2
|
100.0
|
2010-02-02 01:00:00
|
xxx
|
x
|
x
|
2000-01-01 09:00:00
|
JOE
|
4
|
102.0
|
Joe who?
|
NAME
|
FLOATVAL
|
TOM
|
101.0
|
JOE
|
102.0
|