Definition
/**
* Create a NOT LIKE condition.
*
* Example: not_like(col('name'), literal('pg_%'))
* Produces: name NOT LIKE 'pg_%'
*/
not_like(Expression|string $expr, Expression|string $pattern, bool $caseInsensitive) : Like composer require flow-php/etl ~0.35.1 Read from various data sources.
Shape and optimize for your needs.
Store and secure in one of many available data sinks.
/**
* Create a NOT LIKE condition.
*
* Example: not_like(col('name'), literal('pg_%'))
* Produces: name NOT LIKE 'pg_%'
*/
not_like(Expression|string $expr, Expression|string $pattern, bool $caseInsensitive) : Like