About 1,190,904 results (5,828 milliseconds)

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

https://groups.google.com/g/sqlalchemy/c/gXZC56ZNHLE
Sep 21, 2012 ... However, I can still query against the other tables. I'm using ... view of what the reflect() command does on the SQL side of things?

Updating an obj column in MapInfo when the equivalent Oracle ...

https://groups.google.com/g/mapinfo-l/c/2i77WcaAFd4
Oct 31, 2008 ... To do this I created an SQL script in Oracle. In order to ... Oracle database tables with data that is out of date? That happened ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
On this page; SQL syntax notation rules; SQL syntax; SELECT statement. SELECT ... This query performs a comma cross join on the Roster and TeamMascot tables. See ...

Describe DB Objects (Tables, etc)

https://groups.google.com/g/h2-database/c/peeB-ZCr3vA
dedicated command, like SHOW ... as over. For example, Oracle has a SQL command DESC / DESCRIBE object_type object_name , like: describe table samples. But ...

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

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
... command, see Converting date-sharded tables into ingestion-time partitioned tables. ... Set to false to update the SQL query for a view from legacy SQL to ...

Migrating Oracle users to Cloud SQL for MySQL: Terminology and ...

https://cloud.google.com/solutions/migrating-oracle-users-to-mysql-terminology
MySQL allows DUAL to be specified as a table in SQL statements that do not depend on data from any tables. ... MySQL table/view/show (MySQL CMD). Open sessions.

Oracle | Looker | Google Cloud

https://cloud.google.com/looker/docs/db-config-oracle
CREATE OR REPLACE VIEW LOOKER_SQL AS SELECT sql.SQL_ID, sql.SQL_TEXT FROM V ... Persistent SQL derived tables. Yes. Persistent native derived tables. Yes.

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

ZAP and SQL Injection - Potential Issue

https://groups.google.com/g/zaproxy-users/c/M95rLLOat-g
If instead it tried to select a list or tables from the database that would be great. ... SQL Injection Oracle I left for it. If you have any questions ...

Query syntax in GoogleSQL | Spanner | Google Cloud

https://cloud.google.com/spanner/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 ...

Create and use tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/tables
Enter a valid SQL query. Click More and then select Query settings ... Issue the bq show command to display all table information. Use the --schema ...

Connecting Looker to your database | Google Cloud

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

Derived tables in Looker | Google Cloud

https://cloud.google.com/looker/docs/derived-tables
For a SQL-based derived table, you define the derived table with a SQL query. For example, the following view files show how you could use LookML to create a ...

Unix scripts to extract DDL from imp show=y

https://groups.google.com/g/comp.databases.oracle.server/c/JXJBFSw3gvs
May 22, 2001 ... the tablespace creation statements from there with a bit of editing? Then use the indexfile (which gives onlt tables/indexes) to get the rest.

Listing datasets | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/listing-datasets
List datasets. Select one of the following options: Console SQL More.

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

https://cloud.google.com/spanner/docs/information-schema
All other principals can see privileges only for tables on which any of the SELECT ... The SQL text of the query that defines the view. SECURITY_TYPE ...

capturing DDL change with a trigger

https://groups.google.com/g/comp.databases.oracle.misc/c/0zn8XzF70A0
Hi! For a few tables I wanted to store a DDL statement which led to a table ... Trigger created. SQL> SQL> show errors trigger trg. No errors. SQL>. SQL ...

Linked Tables problem

https://groups.google.com/g/h2-database/c/zY-wYSCy6O8
I can't figure out what happen when truncate sql is executed via Linked table to make the difference, since Truncate syntax in postgresql is compatible with h2 ...