Hello @Nabiilah.Fasih Since its a list of timer values you could try a query such as SELECT timer FROM mobile_session_records WHERE timer.timername IN ("SaveItem") As for where there are multiple timer names - it is because for that particular user session record - multiple timer events occurred.
... View more