| 12345678910111213141516171819202122 |
- update /cache/alerts_status set status = 123, duration = 7654321 where id in ('12237946334446340014','6513184388393225798')
- ;
- select class,id,firstoccurrence,status,duration from /cache/alerts_status where id in ('12237946334446340014','6513184388393225798')
- /**
- output()
- equal(0,status,123)
- **/
- ;
- update /cache/alerts_status set status = 223, duration = 7654321 where id in ('5668036945217623512','6513184388393225798')
- ;
- select class,id,firstoccurrence,status,duration from /cache/alerts_status where id in ('5668036945217623512', '6513184388393225798')
- /**
- output()
- equal(0,status,223)
- **/
- ;
|