Jesse Reinikka

inRiver Developer at Solteq

  • Total activity 46
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 29
  • Subscriptions 16

Activity overview

Latest activity by Jesse Reinikka
  • Jesse Reinikka commented,

    If you want to query by underscore, you need to escape it like so:  %[_] This is likely because inriver is using MS SQL and using its LIKE operator to perform the query in the backend. If they are ...