About 1,848,709 results (2,551 milliseconds)

How are "multiple rows" represented in MVStore?

https://groups.google.com/g/h2-database/c/2vEkq4XGkSA
Oct 29, 2022 ... I am using h2 database with mode as oracle , so need to define create alias for Oracle function to_number ... SQL script for the create alias ...

Unable to mock a return value Result<Record> from an oracle proc.

https://groups.google.com/g/jooq-user/c/uU09EB5zblc
Feb 25, 2021 ... ... sql.ResultSet is in module java.sql of loader 'platform') Perhaps I am ... // Add rows to cursor results. Result cursorResult = create ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
CREATE OR REPLACE TABLE books AS SELECT 'Hamlet' title, 'William Shakespeare' author; -- Insert two rows into the books. INSERT books (title, author) VALUES ...

Puzzles on SQL/Oracle

https://groups.google.com/g/comp.databases.oracle.server/c/--WIoQmz3iA
> question too. > > Assume two identical tables, one named "A" the other "B" with > identical column definitions. Assume that some rows ...

Nulls in a Unique Index

https://groups.google.com/g/h2-database/c/2ZYJ9XkVkAM
Jun 12, 2008 ... insert into t2 values (null, null); the second insert will succeed in Oracle and fail in SQL Server. So I would suggest you could change the ...

GoogleSQL data manipulation language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax
If the primary key of the row already exists, then the row is ignored. For an INSERT OR IGNORE query that inserts multiple rows or inserts from a subquery, only ...

Is it possible to have two GeneratedValue in same bean

https://groups.google.com/g/ebean/c/yWlhXNKs1aY
Oct 19, 2022 ... This is kind of an ironic twist is that Oracle and MS SQL Server have traded places in terms of IDENTITY vs SEQUENCES. Now also note that ...

Merging results from different Explores | Looker | Google Cloud

https://cloud.google.com/looker/docs/merged-results
Feb 6, 2025 ... The added query has two rows for Jeans, but the primary query does not. So this row is not shown in the merged results at all. In this example, ...

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
You can select one of the two available CDC methods, based on your source SQL Server database configuration: ... Because of this, Oracle LogMiner splits the ...

Is it possible to map a single object from multiple rows?

https://groups.google.com/g/jdbi/c/5wsyzfClsnQ
Dec 22, 2012 ... ... create a ResultSet implementation which genuinely captures the ... I cannot mock Sun/Oracle for undeprecating Thread stuff anymore :-D.

Supported database extensions | AlloyDB for PostgreSQL | Google ...

https://cloud.google.com/alloydb/docs/reference/extensions
Provides a unit testing framework for PostgreSQL, written in PL/pgSQL and PL/SQL. ... Provides various functions that return tables (multiple rows). tcn, Provides ...

Batch-Insertion of data with optional sequence

https://groups.google.com/g/jooq-user/c/wo52O-5lfJ4
Because our code must be runnable both on Oracle and other DBs (for example H2, SQL Server, MariaDB), we cannot completely optimizie this query. The problem is ...

Subtract values from two rows

https://groups.google.com/g/oracle-plsql/c/e9nPUp75VGQ
to Oracle PL/SQL. Hello. I'm in the middle of a problem. I have many many rows in a table. I need to add another column to it which has to be subtract of ...

Read examples | Bigtable Documentation | Google Cloud

https://cloud.google.com/bigtable/docs/reading-data
The Python client library for Bigtable offers two APIs, asyncio and a synchronous API. If your application is asynchronous, use asyncio . Required roles. To get ...

ora-00932 inconsistent datatypes on revert with --requires

https://groups.google.com/g/sqitch-users/c/MSqytgSEReI
... add a row to it. Deploy works fine, and revert works fine when the only ... I ended up having to dupe the query in the Oracle engine and replace the ...

How to return a java.util.Map from a SQL Object query method?

https://groups.google.com/g/jdbi/c/dzYOL0iT8lo
Mar 2, 2016 ... Map of values from a SQL query before, since it seems like a reasonably normal use case! :-) Because I couldn't find an acceptable solution to ...

Configure PostgreSQL extensions | Cloud SQL for PostgreSQL ...

https://cloud.google.com/sql/docs/postgres/extensions
Includes various functions that return tables (multiple rows). Cloud SQL for ... When connecting to a Cloud SQL for PostgreSQL instance, add the -r ...

Is there a way to create an UNIQUE INDEX in H2?

https://groups.google.com/g/h2-database/c/iZVrKHnClOc
Looks like it is being bypassing, because I was able to insert two identical rows in my h2, but not in my actual DB (Oracle). Is there a way to create that ...

Configure a BigQuery destination | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/destination-bigquery
Dec 25, 2024 ... ... two rows are written to BigQuery: An UPDATE-DELETE row with the original primary key; An UPDATE-INSERT row with the new primary key. Row ...

filters (for fields) | Looker | Google Cloud

https://cloud.google.com/looker/docs/reference/param-field-filters
Feb 6, 2025 ... Adding multiple filter values. In this next example, the filters ... sum sql: ${cost} ;; }. Instead, apply a filters parameter to any of ...