SQL command reference
This section documents the syntax details for the following topics:
- Connections: Connections provide Upsolver with the appropriate credentials to ingest your data into SQLake and write out your transformed data to various services.
- Tables: Tables are a central entity in SQLake for storing data. You can write data into, query from, and delete data from a table.
- Jobs: Jobs enable you to move and transform your data. They can read from external sources and write the data into a table, or read from a table and write to another table or an external target.
Last modified 1mo ago