Referencing other cells
The real magic of cells.
Referencing cells in your SQL
You can query other cells in SQL just as easily as you can a database. Regardless of the cell type, under the hood each cell is a table with columns. Just use the same syntax to reference a cell by name:
select my_column_name from my_cell_name

If you are ever unsure what columns exist in a cell, search for the cell name in the data bar.
Last updated