Hello, We have some custom timers in the code, and I wanted to create a search based on the timer name. This is what I did:SELECT timer FROM mobile_session_records WHERE timer.timername is not null AND timer.timername = "SaveItem" However, the result...