SQL Reference
SQL Clauses
2min
A clause in SQL is part of a query that lets you:
- filter and analyze large amounts of data stored in the database with the customization query you prefer.
- retrieve a set of records from the table.
- specify a condition on a table’s columns or records.
Currently, Oxla supports SQL queries with the following clauses:
Updated 30 Oct 2023

Did this page help you?