About 1,700,035 results (4,361 milliseconds)

MetaData.reflect() not seeing my tables in Oracle 11.2 XE

https://groups.google.com/g/sqlalchemy/c/gXZC56ZNHLE
Sep 21, 2012 ... It doesn't find the tables in my schema, just a Global Temp Table. However, I can still query against the other tables.

Cannot create tables with IBM Data Studio

https://groups.google.com/g/comp.databases.ibm-db2/c/Hho6haeLl1k
Dec 27, 2014 ... A schema in DB2 is not like Oracle. ... choice. --Table Create Part 6) Select "Tables" in the folder list below the database connection in

Oracle Snapshot question

https://groups.google.com/g/debezium/c/MZnhM_KfMaI
May 7, 2021 ... Is there a way to limit the schema tables to only the one(s) I want monitored? Version: 1.5.0.Final. Running EmbeddedEngine. Config: return io.

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

Error truncating performance_schema tables

https://groups.google.com/g/google-cloud-sql-discuss/c/KmXOjqkSwzk
This is because the number of schemas and queries in our system our very high (~10k schemas) (and this table has 1 row per schema + normalized query). Also ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
SET before_replace_timestamp = CURRENT_TIMESTAMP(); -- Replace table with different schema(title and release_date). CREATE OR REPLACE TABLE books AS SELECT ...

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

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

schema qualifying Oracle auto-generated queries for the ORM

https://groups.google.com/g/sqlalchemy/c/uYlXQZBBT0g/m/EwcM6kHmBgAJ
Nov 16, 2020 ... SELECT some_volumn FROM SCHEMA."some_table". and even though there ... schema name for tables is set using the .schema parameter of the ...

Modifying table schemas | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/managing-table-schemas
Append data to a table with a load or query job. Any column you add must adhere to BigQuery's rules for column names. For more information on creating schema ...

TABLE_STORAGE view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-table-storage
Clones and snapshots show *_BYTES column values as if they were complete tables ... Schema. The INFORMATION_SCHEMA.TABLE_STORAGE view has the following schema: ...

How to know is reflected column has autoincrement

https://groups.google.com/g/sqlalchemy/c/o5YQNH5UUko
Feb 17, 2020 ... However, if we create the identical table on Oracle, it will not. ... a schema-reflected table generically... --. SQLAlchemy -. The ...

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. ... The types of the partition keys can be deduced by checking the table schema (which will include ...

Create a stream | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/create-a-stream
Unless specified explicitly, the Oracle predefined schemas and tables aren't pulled into the destination. Optionally, expand the Select objects to exclude node.

"Unsupported operation" warnings

https://groups.google.com/g/debezium/c/F9zrx6S2T7M
... tables we "subscribe" to in our Oracle Connector. I checked with Oracle logminer what the operation was for the specific SCN, and it was 3 (UPDATE), which ...

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

Connecting Looker to your database | Google Cloud

https://cloud.google.com/looker/docs/connecting-to-your-db
Precache tables and columns. In SQL Runner, all table information is pre-loaded as soon as you select a connection and schema. This enables SQL Runner ...

JOBS view | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/information-schema-jobs
The hash value will differ when underlying views change, or if the query implicitly references columns, such as SELECT * , and the table schema changes.

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
CREATE TABLE LIKE : Create a table with the same schema as an existing table. ... table type must match column names from the SQL query. sql_query : Specifies ...

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