Skip to content
relic
:without
Initializing search
GitHub
relic
GitHub
Intro
Query
Query
Overview
Expressions
Operators
Operators
:agg
:const
:from
:difference
:expand
:extend
:from
:intersection
:join
:left-join
:qualify
:rename
:select
:sort
:sort-limit
:union
:where
:without
Indexes
Indexes
Overview
:btree
:hash
:unique
:lookup
Aggregates
Aggregate functions
Aggregate functions
Stats
Stats
max
max-by
min
min-by
avg
Counts
Counts
count
count-distinct
Top/Bottom N
Top/Bottom N
top
top-by
bottom
bottom-by
sum
any
not-any
set-concat
Sub queries
Transactions
Transactions
transact
:insert
:delete
:delete-exact
:update
:insert-or-replace
:insert-or-merge
:insert-or-update
:insert-ignore
:replace-all
Terse Inserts
Materialization
Change tracking
Environment
Constraints
Constraints
Overview
:check
:fk
:req
:unique
:constrain
Security
Extension
Demos
:without
Removes columns, e.g like
dissoc
.
[[
:from
:Customer
]
[
:without
:age
:firstname
:lastname
]]