SQL Transform
Create, edit, and validate SQL transformations in Tellius to join, filter, aggregate, and cleanse datasets. Run code on your warehouse and apply changes instantly.
Example 1: Filtering data
SELECT * FROM cars_prices WHERE trim LIKE 'Sed%';Example 2: Selecting specific fields
SELECT price, country, sales, person, product, segment, account, gender FROM retail;Pick SQL if:
Creating and applying SQL code


Editing SQL code

Was this helpful?