This section provides information about the syntax and semantics of SQL queries, clauses, data types, and functions that Redpanda SQL supports. The information in this section is divided into groups according to the kind of operation they perform as follows:
-
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.
-
Schema. Learn about a logical container that holds database objects and relationships of data in a database.
-
Comment Support. Add comments in your queries for better documentation and collaboration.
-
Transactions. Learn more about managing your transactions.