Explorar el Código

临时类时区处理

wecisecode hace 1 semana
padre
commit
16820de150
Se han modificado 1 ficheros con 22 adiciones y 0 borrados
  1. 22 0
      odbctest/mql/basic/10basic/997.tempdb.vtime.mql

+ 22 - 0
odbctest/mql/basic/10basic/997.tempdb.vtime.mql

@@ -0,0 +1,22 @@
+
+SELECT
+	 name, vtime
+FROM /matrix/filesystem where name='variables.png'
+/**
+output()
+match(vtime,"2026-04-07T18:53:23.871+08:00")
+**/
+;
+
+SELECT
+	 name, vtime
+FROM
+	 (SELECT
+	 name, vtime
+FROM /matrix/filesystem where name='variables.png')
+/**
+output()
+match(vtime,"2026-04-07T18:53:23.871+08:00")
+**/
+;
+