Nabiilah.Fasih
New Poster
since ‎05-22-2020
‎05-26-2020

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...