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