Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 265 Bytes

search.rst

File metadata and controls

14 lines (8 loc) · 265 Bytes

Search

nulls_ (field)

Return all null rows

contains (column, value)

Returns rows that contains a string value in a column

exact (column, value)

Returns rows that has the exact string value in a column