About 1,896,143 results (3,161 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 ...

axon 3.2 + oracle11: sequence not found

https://groups.google.com/g/axonframework/c/8qI4_xGGbVA
Mar 23, 2018 ... ... Oracle (same table structure). But as we will probably be using Jpa for the query model, I would like to use it as well for the EventStore.

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
After the table is created, you can load data into it or populate it by writing query results to it. To create an empty table with a schema definition: Console ...

Debezium and Oracle DDL Change Capture support or not in ...

https://groups.google.com/g/debezium/c/c19V2gFNv34
May 18, 2022 ... The second case is when you add/remove/rename a column. In this case, we still get the table name resolved but unfortunately the columns in the ...

Creating Loss Triangles in SQL - Google Answers

http://answers.google.com/answers/threadview?id=126470
Dec 18, 2002 ... We are using Oracle 8. Here's a Rough view of how I would be pulling the data -(our table structure) Claim Table ----------- Claim # Date ...

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 ...

Migrating from CacheDB to Oracle

https://groups.google.com/g/intersystems-public-cache/c/L5HK8JQ7n9Y
original Cache structure.Oracle is based on the SQL standard only ... 3) You can use SQL Manager to view class/table properties. B) You can export ...

Information schema for GoogleSQL-dialect databases | Spanner ...

https://cloud.google.com/spanner/docs/information-schema
You can run SQL queries against tables in the INFORMATION_SCHEMA to fetch schema metadata for a database. For example, the following query fetches the names of ...

PostgreSQL vs. SQL Server: What's the difference? | Google Cloud

https://cloud.google.com/learn/postgresql-vs-sql
SQL Server has a row-based table structure that allows you to connect ... Simplify PostgreSQL and MySQL migrations to Cloud SQL (SQL Server and Oracle to ...

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. In addition to defining tables in a type: " ...

REST Resource: tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/rest/v2/tables
Apr 24, 2025 ... VIEW : A virtual table defined by a SQL query. EXTERNAL : A table ... Otherwise row N is used to extract column names for the detected schema.

Manage tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/managing-tables
Feb 3, 2025 ... To update a table's description: Console SQL More. bq API Go Java Python ... For more information about updating a table's schema definition, see ...

Import Database DDL in H2

https://groups.google.com/g/h2-database/c/hD2cLOhQ3EU
could use that (it's probably the easiest solution). There is a Oracle specific way to extract the SQL script from an ... table description, you may find out some ...

SELECT DISTINCT slow, how can I speed up

https://groups.google.com/g/comp.databases.oracle.server/c/1vODVxCR5mM
Aug 14, 2008 ... I have a question about how I can structure a SQL query to make the ... When the SQL is like this (I have anonymised the table names).

Modifying table schemas | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/managing-table-schemas
Change a column description. To change the description for a column, select one of the following options: Console SQL More. In the Google Cloud console, go to ...

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 ...

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 ...

Bulk inserting rows into a dynamically created table.

https://groups.google.com/g/sqlalchemy/c/yRARhJV5JO0
Is there a way to do bulk inserts on such a table in sqlalchey (orm or core) ? I tried the "insert all .... select * from dual" construct in oracle but that ...

Schemas overview | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/schema-and-data-model
It also introduces interleaved tables, which can improve query performance when querying tables in a parent-child relationship. A schema is a namespace that ...

Firebird 4 - Column name - Size limit

https://groups.google.com/g/firebird-support/c/CsfqIs6TG90
With Oracle or DB2 you can often see recursive schema and the use of ... Each module (AP/AR/OE/IC etc) has it's own table structure. Plus a synonym ...