wecisecode 6 gün önce
ebeveyn
işleme
aae7fb7fc8

+ 6 - 6
odbctest/mql/basic/30conflictcache/26mupdate.mql

@@ -28,29 +28,29 @@ matchcount(identifier, "xxx", summary, "xxx", 1)
 **/
 ;
 
-update /test/malert_status_cache set summary='aaa' where id='z0000000000012CewoVSJrp'
+update /test/malert_status_cache set summary='aaa' where id='13106789259361019511'
 /**
 output()
 **/
 ;
 
-select class,id,identifier,summary from /test/malert_status_cache where id='z0000000000012CewoVSJrp'
+select class,id,identifier,summary from /test/malert_status_cache where id='13106789259361019511'
 /**
 output()
-matchcount(id, "z0000000000012CewoVSJrp", summary, "aaa", 1)
+matchcount(id, "13106789259361019511", summary, "aaa", 1)
 **/
 ;
 
-update /test/malert_status_cache set summary='xxx' where id='z0000000000012CewoVSJrp'
+update /test/malert_status_cache set summary='xxx' where id='13106789259361019511'
 /**
 output()
 **/
 ;
 
-select class,id,identifier,summary from /test/malert_status_cache where id='z0000000000012CewoVSJrp'
+select class,id,identifier,summary from /test/malert_status_cache where id='13106789259361019511'
 /**
 output()
-matchcount(id, "z0000000000012CewoVSJrp", summary, "xxx", 1)
+matchcount(id, "13106789259361019511", summary, "xxx", 1)
 **/
 ;