About 1,022,339 results (3,529 milliseconds)

TABLES view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-tables
Schema. When you query the INFORMATION_SCHEMA.TABLES view, the query results contain one row for each table or view in a dataset ...

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
For detailed information about views, query the INFORMATION_SCHEMA.VIEWS view instead. The INFORMATION_SCHEMA.TABLES view has the following schema: Column name ...

JOBS view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-jobs
SQL query text. Only the JOBS_BY_PROJECT view has the query column. referenced_tables, RECORD, Array of tables referenced by the job. Only populated for query ...

Create a table | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/define-table
In a Dataform core SELECT statement, you define table structure and reference other objects of your SQL workflow. ... SQL workflow, see Declare ...

Modifying table schemas | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/managing-table-schemas
To view immediate schema changes, call the tables.get method. Add a column. You can add columns to an existing table's schema definition by using one of ...

Create tables | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/create-tables
To override the default schema, database, and name of a selected table, you can override table settings. To disable table creation or execute a SQL statement ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
Query statements scan one or more tables or expressions and return the computed result rows. This topic describes the syntax for SQL queries in GoogleSQL for ...

Data definition language (DDL) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
table_option_list : A list of options for creating the table. query_statement : The query from which the table should be created. For the query syntax, see SQL ...

Getting Strava activities into SQLServer using OLE automation procs

https://groups.google.com/g/strava-api/c/KrvBMLao2zU
May 28, 2021 ... The next step will be to reimplement the script as a series of SPs and build a permanent table structure to hold the data, but I want to plan ...

TABLE_STORAGE view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-table-storage
The INFORMATION_SCHEMA.TABLE_STORAGE view provides a current snapshot of storage usage for tables and materialized views. When you query the ...

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
For more information about using the bq mkdef command, see Creating a table definition file for an external data source. ... Set to false to update the SQL query ...

Simplify spatialite database by eliminating unused spatialite tables

https://groups.google.com/g/spatialite-users/c/v5WmNfvb7Cw
and then ATTACH your development db and use CloneTable to import what you need. All of this can be done from an sql-script. See SpatiaLite Cookbook V5 at https ...

Introduction to INFORMATION_SCHEMA | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-intro
To combine INFORMATION_SCHEMA views from multiple regions, read and combine the query results locally, or copy the resulting tables to a common region. Project ...

Use tables in Google Sheets - Google Docs Editors Help

https://support.google.com/docs/answer/14239833?hl=en
Uncheck Show placeholders. Get started by inserting a pre-built table. You can insert a new table with a predefined structure through templates that cover ...

Lexical structure and syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/lexical
Query parameters can't be used in the SQL body of these statements: CREATE FUNCTION , CREATE VIEW , CREATE MATERIALIZED VIEW , and CREATE PROCEDURE . Named ...

should views be ignored for a mysqldump backup solution?

https://groups.google.com/g/comp.databases.mysql/c/r7CsQA0fO2E
Jul 3, 2009 ... -- Temporary table structure for view `wallet` --. DROP TABLE IF ... 50001 VIEW `C_Screener` AS (select sql_no_cache `SegEnergy`.

Seemingly crazy catch 22 Dspace DB migration loop question!!!

https://groups.google.com/g/dspace-tech/c/enhTBvnQm68
Oct 13, 2021 ... Is it created, and then migrated through additional SQL migration scripts to another table, this index it is trying to create? Because it ...

Specify nested and repeated columns in table schemas | BigQuery ...

https://cloud.google.com/bigquery/docs/nested-repeated
For an overview of table schemas, see Specifying a schema. Define nested and repeated columns. To create a column with nested data, set the data type of the ...

Issuing Raw SQL and Returning a List of Objects

https://groups.google.com/g/sqlalchemy/c/iFASkjeD4TI
In fact, I'd sometimes create temp tables with the schema of existing tables and I also did that with command-line psql in a Bash script. Thanks for your ...

Query multiple tables using a wildcard table | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/querying-wildcard-tables
If a single scanned table has a schema mismatch (that is, a column with the same name is of a different type), the query fails with the error Cannot read field ...