where
searches for the word we specify in the field we specify in the table we specify
Table Name | where {field name} == '{what we are searching for}'
take
takes the specified amount of rows and displays them
Table Name | take 10
limit
Same as 'take' command
contains
has
startswith
endswith
distinct
count
sort
order
Same as 'sort' command
project
project-reorder
==
!=
=~
>
>=
<
<=
and
or
Last updated 21 days ago