Miscellaneous queries

Service Manager handles miscellaneous queries as described in the following.

Queries with numbers in an array field

Queries with numbers in an array field, such as '1 in assets="adv-Unix-101"', translate into a SQL statement like the following:

'a3.record_number = 1 AND a3.asset = ?'

The Service Manager server supports the following operators in such kind of queries:

  • All logical operators
  • TR, and NTR
  • Like

Caution If other operators are used in a query, the query translates into "1=1" and may cause performance issues. For more information about supported query operators, see Query operators.