SELECT queries separated by INTERSECT.
Use case
This component is useful if you need to identify rows of data that are included in multiple datasets. For example, you can use it to:- Find duplicate items in two inventory datasets to improve inventory management.
- Check the consistency of data that is stored in multiple locations.
- Identify accidental duplicates—for example, invoices submitted through more than one payment system.
Properties
A human-readable name for the component.
Choose whether to cast types.
- Yes: If the same-named column from both inputs has differing input types, attempts to cast them to a common type. This is not guaranteed to work. Check your data carefully.
- No: If the same-named column from both inputs has differing input types, reports an error and will not continue.
