EraQL

Complete reference documentation for Cotera's powerful query language.

Overview

EraQL (Era Query Language) is Cotera's specialized query language designed for modern data operations. This comprehensive reference covers everything from basic syntax to advanced query patterns.

Quick Reference

Core Concepts

Query Building

Data Operations

  • Joins - Combining data from multiple sources
  • Grouping - Aggregation and grouping operations
  • Ordering - Sorting and result ordering
  • Limit - Result set size control and pagination

Getting Started

If you're new to EraQL, start with What is EraQL? for an introduction to the language and its key features.

For hands-on tutorials, check our Guides section. To learn the fundamentals first, visit our Learn section.

Syntax Conventions

Throughout this reference:

  • KEYWORDS are shown in uppercase
  • expressions are shown in lowercase italics
  • [optional] elements are shown in square brackets
  • {required} elements are shown in curly braces