I'm experimenting with Export using the CSV format and have a question about exporting multiple tables.
The Console states, "Enter a SQL SELECT query...", i.e. singular. The documentation also talks about "a" SELECT statement and "a" table.
Suppose you want to dump the contents of multiple tables. How would you do that or does Export CSV not support that? Thus forcing you to export them one at a time.
I've tried this and it doesn't work:
select * from table_1
select * from table_2
TIA.
Hi!
Welcome to Google Cloud Community!
Just to clarify your concern, what specific product are you using? BigQuery, Cloud SQL or others?