Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

You want to write an IN clause into the SQL statement configured on a Database Custom Fields (DBCF) field, using a specific multiselect field.

Solution

Note

This solution applies to Oracle only, but equivalents can be used on any database.

...

Tip

For further reading, go to http://www.codeproject.com/Tips/584680/Using - comma - separated - value - parameter - strings - in -SSQL IN clauses. The example above relies on the same solution, but oriented to SQL Server.

...