wecisecode hai 1 semana
pai
achega
36f08a2a28
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      odbctest/mql/basic/13delete/98.subqueryconds.mql

+ 8 - 0
odbctest/mql/basic/13delete/98.subqueryconds.mql

@@ -52,3 +52,11 @@ output()
 match("v_timestamp", "2019-10-22T23:59:59+08:00")
 **/
 ;
+
+
+select v_date from  ( select v_date from /test/delete) where v_date = '2019-10-22'
+/**
+output()
+match("v_date", "2019-10-22T08:00:00+08:00")
+**/
+;