> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/microsoft-ole-db/sql-tabelle-messwerte.md).

# SQL Table Measured Values

The measurement values table contains the measurement values to be imported into JUNE5. When configuring the JUNE5 data source, you specify which tables the measurement values should be extracted from. The following table shows a possible structure of an SQL table with measurement values.

| SolarTagID | SolarRawDateTime         | SolarRawValue |
| ---------- | ------------------------ | ------------- |
| 3          | 2018-01-01 00:01:00.000  | 4             |
| 3          | 2018-01-01 00:02:00.000  | 2             |
| 3          | 2018-01-01 00:03:00.000  | 3             |
| 3          | 2018-01-01 00:04:00.000  | 4             |
| 3          | 2018-01-01 00:05:00.000  | 5             |
| 3          | 2018-01-01 00:06:00.000  | 6             |
| 3          | 2018-01-01 00:07:00.000  | 7             |
| 3          | 2018-01-01 00:08:00.000  | 8             |
| 3          | 2018-01-01 00:09:00.000  | 9             |
| 3          | 2018-01-01 00:010:00.000 | 10            |
| 3          | 2018-01-01 00:011:00.000 | 11            |

Up to eleven different tables with measurement values can be defined for a data source. Optionally, it is possible to store all data in a single table. In this case, only one table needs to be parameterized in JUNE5. The following table shows the mapping of the columns of an SQL table with measurement values to those of JUNE5.

| Fixed Column Name | Unique Identifier in JUNE5 | Possible Name in an SQL Table | Description                                |
| ----------------- | -------------------------- | ----------------------------- | ------------------------------------------ |
| TagID             | DataSourceID               | SolarTagID                    | Identification of the measurement variable |
| Value             | Value                      | SolarRawValue                 | Value                                      |
| Timestamp         | Timestamp                  | SolarRawDateTime              | Timestamp of the value                     |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.videc.de/june5-3.7/en/datenquellenunterstuetzung-und-einbindung/microsoft-ole-db/sql-tabelle-messwerte.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
