Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 384 Bytes

import-export.md

File metadata and controls

17 lines (11 loc) · 384 Bytes

Data export

ZetaSQL specifies the syntax for the EXPORT statement.

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.