CARVIEW |
Select Language
HTTP/2 200
date: Wed, 15 Oct 2025 02:25:19 GMT
content-type: text/html; charset=utf-8
server: cloudflare
access-control-allow-origin: *
cache-control: public, max-age=0, must-revalidate
content-disposition: inline
report-to: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=rKqhBuHuhMcawOU3%2FY6u71%2BqMz9VoYjLNtAFDwkLEVpK373F5NialpBzP6JHTjo%2FUC4qu%2BC5fzI9OfGJHSjHbQ5NzrTLftXkH73Zn1ZjSlE%2BeQ%3D%3D"}]}
x-matched-path: /docs/sgr-advanced/splitfiles/splitfile-from
x-vercel-cache: HIT
x-vercel-id: fra1::5ttzl-1760495117898-61fc4f22712e
vary: Accept-Encoding
x-varnish: 1379442
age: 456518
via: 1.1 varnish (Varnish/6.5)
x-cache: MISS
nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
strict-transport-security: max-age=63072000
cf-cache-status: DYNAMIC
content-encoding: gzip
cf-ray: 98ebdd71dbefcb6e-BOM
alt-svc: h3=":443"; ma=86400
FROM | Splitgraph Try Now
Advanced sgr usage

Splitgraph has been acquired by EDB! Read the blog post.
Seafowl NEW!
Try Now
- Add DataExplore DataQuery DataSearch Data
Advanced sgr usage
FROM
FROM repository[:tag] [AS alias]
Bases the output of the Splitfile on a certain revision of the remote/local
repository. If AS alias
is specified, the repository is cloned into alias
and the current contents of alias
destroyed. Otherwise, the current output
repository (passed to the executor) is used.
FROM
can also be used to perform Docker-like multistage builds.
For example:
FROM internal_data:latest AS stage_1
CREATE TABLE visible_staff AS SELECT name, age FROM staff WHERE is_restricted = FALSE
FROM EMPTY AS stage_2
FROM stage_1 IMPORT {SELECT * FROM visible_staff} AS visible_staff
Splitgraph
Splitgraph Inc, registered in Delaware, USA
Splitgraph Limited, registered in England and Wales No. 11657324
Made with
on four continents.