1
0
Fork 0
telegraf/plugins/outputs/sql/testdata/mariadb/expected_metric_three.sql

9 lines
322 B
MySQL
Raw Normal View History

/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `metric three` (
`timestamp` timestamp NULL DEFAULT NULL,
`tag four` text DEFAULT NULL,
`string two` text DEFAULT NULL
);
/*!40101 SET character_set_client = @saved_cs_client */;
INSERT INTO `metric three` VALUES ('2021-05-17 22:04:45','tag4','string2');