Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Query to Retrieve all region Datasets

Luffy
New Member

Hello Everyone,

the below query gives us the details of the datasets present in our DB

SELECT
  *
FROM
  INFORMATION_SCHEMA.SCHEMATA;
 
and to access location specific we put in a parameter of region-REGION where REGION is the region we wish to query on.
 
How do we get all region datasets in one generic query ?
 
any help is appreciated!
0 1 954
1 REPLY 1

Here is a workaround of what you're looking for. This other post also may be helpful.