github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/docs/generated/sql/bnf/export_stmt.bnf (about) 1 export_stmt ::= 2 'EXPORT' 'INTO' import_format file_location opt_with_options 'FROM' (| 'select_stmt' | 'TABLE' 'table_name')