SQL Reference
This section provides information about the syntax and semantics that Redpanda SQL supports:
-
Learn how to create a request for data or information from one or more database tables using supported statements.
-
Learn how to write user-friendly queries and analyze data using different constraints and conditions.
-
Learn how to implement supported data types to run your operations, such as text, timestamp, numeric, and many more.
-
See how you can combine statements, data types, and other references into specific functions for particular tasks.
-
Reference for SQL operators supported by Redpanda SQL.
-
PostgreSQL-compatible system catalog views (
pg_class,pg_attribute,pg_namespace, and so on) that expose database object metadata. -
Add comments in your queries for better documentation and collaboration.
-
Inspect database object metadata and privilege grants through SQL-standard
information_schemaviews. -
Learn about a logical container that holds database objects and relationships of data in a database.
-
Query cluster runtime information and catalog metadata through SQL views in the
systemschema. -
Learn more about managing your transactions.