wecisecode hace 11 horas
padre
commit
ccc7b9f945
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      odbctest/mql/basic/30conflict/26mupdate.mql

+ 6 - 0
odbctest/mql/basic/30conflict/26mupdate.mql

@@ -54,6 +54,12 @@ matchcount(id, "9953570177941151804", summary, "xxx", 1)
 **/
 ;
 
+select class,id,identifier,summary from /test/malert_status where identifier='xxx'
+/**
+output()
+**/
+;
+
 delete from /test/malert_status where identifier='xxx'
 /**
 output()