Common Content for Data Engineering
- Common Content for Data Engineering 10.5
- Todos los productos
Operador lógico
| Descripción
| Ejemplo
|
---|---|---|
!
| NOT
| ! name ~not-starts-with~ M_
|
&&
| AND
| name ~starts-with~ map_&& lastModifiedBy ~ends-with~ visitor
|
||
| OR
| checkInTime > 2018-12-26 20:32:54 || lastModifiedTime > 2019-02-26 20:32:54
|