wecisecode 4 часов назад
Родитель
Сommit
6357d52fa0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      odbctest/mql/basic/30conflict/26mupdate.mql

+ 2 - 2
odbctest/mql/basic/30conflict/26mupdate.mql

@@ -34,7 +34,7 @@ output()
 **/
 ;
 
-select id,summary from /test/malert_status where id='9953570177941151804'
+select class,id,identifier,summary from /test/malert_status where id='9953570177941151804'
 /**
 output()
 matchcount(id, "9953570177941151804", summary, "aaa", 1)
@@ -47,7 +47,7 @@ output()
 **/
 ;
 
-select id,summary from /test/malert_status where id='9953570177941151804'
+select class,id,identifier,summary from /test/malert_status where id='9953570177941151804'
 /**
 output()
 matchcount(id, "9953570177941151804", summary, "xxx", 1)