Skip to content

Commit

Permalink
[#noissue] enhance system metric dataType query
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed Feb 14, 2023
1 parent 8fd6574 commit 2ff90ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
SELECT metricName, fieldName, dataType as metricDataType, cast(saveTime AS long) as saveTime
FROM systemMetricDataType
WHERE metricName = #{metricName} AND fieldName = #{fieldName}
LIMIT 1
</select>
</mapper>

0 comments on commit 2ff90ab

Please sign in to comment.