Common Content for Data Engineering
- Common Content for Data Engineering 10.5.6
- All Products
Logical Operator
| Description
| Example
|
---|---|---|
!
| 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
|