Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 461 Bytes

import-export.md

File metadata and controls

25 lines (14 loc) · 461 Bytes

Data import and export statements

ZetaSQL can specify the syntax for exporting and importing data.

EXPORT DATA

EXPORT DATA
  [OPTIONS (key=value, ...)]
AS query;

The EXPORT DATA statement writes out a query result. You can use this statement to write a result to a file or stream the result into another system.

LOAD DATA

Documentation is pending for this feature.