varchar
varcharOf[size]
text
int2
int4
int8
float4
float8
numeric
numericOf[precision,scale]
bool
uuid
date
timestamp
array[varchar]
array[text]
array[int2]
array[int4]
array[int8]
array[float4]
array[float8]
array[numeric]
array[uuid]
enum
json
jsonb
postgis.geography
postgis.geometry
postgis.point
+
-
*
/
Concat
Lower
Upper
CharLength
postgis.Distance
postgis.Latitude
postgis.Longitude
Avg
Avg.distinct
Count
Count.distinct
Sum
Sum.distinct
Min
Max
Cast
Coalesce
Nullable
(marks a field as nullable)Unnest
and
or
isDefined
isNotDefined
===
<>
>
>=
<
<=
like
ilike
@>
(supersetOf
)<@
(subsetOf
)&&
(overlaps
)in
(subquery)notIn
(subquery)
take
takeDistinct
leftJoin
innerJoin
where
groupBy
having
sortBy
offset
limit
union
unionAll
Insert
Update