Cloud

SQL Reference

This section provides information about the syntax and semantics that Redpanda SQL supports:

  • SQL Statements

    Learn how to create a request for data or information from one or more database tables using supported statements.

  • SQL Clauses

    Learn how to write user-friendly queries and analyze data using different constraints and conditions.

  • SQL Data Types

    Learn how to implement supported data types to run your operations, such as text, timestamp, numeric, and many more.

  • SQL Functions

    See how you can combine statements, data types, and other references into specific functions for particular tasks.

  • SQL Operators

    Reference for SQL operators supported by Redpanda SQL.

  • System Catalogs

    PostgreSQL-compatible system catalog views (pg_class, pg_attribute, pg_namespace, and so on) that expose database object metadata.

  • Comment Support

    Add comments in your queries for better documentation and collaboration.

  • Information Schema

    Inspect database object metadata and privilege grants through SQL-standard information_schema views.

  • Schema

    Learn about a logical container that holds database objects and relationships of data in a database.

  • System Virtual Tables

    Query cluster runtime information and catalog metadata through SQL views in the system schema.

  • Transactions

    Learn more about managing your transactions.