修改达梦sql语句问题

This commit is contained in:
wr
2025-04-11 15:06:54 +08:00
parent 631e65efd2
commit 432a6705b1
7 changed files with 61 additions and 56 deletions

View File

@@ -51,7 +51,7 @@
</select>
<select id="getMemoInfo" resultType="java.lang.Float">
SELECT
TRUNCATE (data_length / 1024 / 1024, 2) AS '数据容量(MB)'
TRUNCATE (data_length / 1024 / 1024, 2) AS 数据容量(MB)
FROM
information_schema.tables
where table_schema = #{schema} and table_name="sys_user_log"