修改达梦sql语句问题
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user