WHERE clause

You can filter records of the source table by specifying your own SQL WHERE condition. When extracting data slices, we will respect your custom WHERE expression.

This feature is particularly useful for partial data migrations, testing, or when only a specific segment of data needs to be transferred to the target system.

Last updated