微调常量

This commit is contained in:
2024-09-29 08:49:02 +08:00
parent 9252193a91
commit 41784494a1

View File

@@ -75,6 +75,7 @@ public interface InfluxDbSqlConstant {
String AS_VALUE = StrPool.C_SPACE + "as value" + StrPool.C_SPACE;
String EQ = "=";
String DOUBLE_EQ = "==";
String NE = "!=";
String QM = "'";
String DQM = "\"";
@@ -84,6 +85,7 @@ public interface InfluxDbSqlConstant {
String GE = ">=";
String LT = "<";
String LE = "<=";
String SLASH = "/";
/**
* influxDB函数拼接.