Compare Schemas Filter Question

When using Compare Schema and filtering objects to exclude, does the syntax allow for multiple Filters to be used? For example I want to exclude objects where the name ends with V00 so %V00 and objects that start with TEMP so TEMP% . If I enter both in the screen below with a ',' between them the tool does not see them as 2 items:

image

Can multiple patterns be used and if so what is the syntax?

Nevermind, I tried various seperators and ';' seems to do what I need.

1 Like

Try the semi-colon (";") to separate your NOTLIKE patterns.

1 Like