About 1,488,044 results (2,454 milliseconds)

handles, isreplacedby, and withdrawn items

https://groups.google.com/g/dspace-tech/c/GYHaAaA0B-w/m/KpKWaE2QAAAJ
We're occasionally getting duplicate records ... If you have received this e-mail in error, please advise the sender by return e-mail or telephone and then delete ...

Adding tagged values to certain elements

https://groups.google.com/g/sparx-enterprise-architect-general/c/CyGtzH4Ef04
Delete. You do not ... Server table t_objectproperty but I am concerned ... - I am happy selecting existing fields (EA_GUID, Object ID etc) from records using SQL.

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
New name, same great SQL ... A SELECT ALL statement returns all rows, including duplicate rows. ... The query returns one row even when the input contains zero rows ...

Adhoc Snapshot using signals for tables without primary key

https://groups.google.com/g/debezium/c/D6p--7pbpfk
I am using the sqlServer source connector. Few of my tables have columns that can serve as unique keys. But there are still chances where tables do not have any ...

Oracle's SYS_GUID() vs MS SQL Server NEWID()

https://groups.google.com/g/comp.databases.oracle.server/c/naIj8uQRxFY
Delete. You do not have permission to ... duplicate key scenario might arise. Is there any ... Tag the sql server rows with a "sequence" starting at 1000,000,000.

Presto/Hive limit clause

https://groups.google.com/g/presto-users/c/TCIcnacbfBI
Hi Brian,. Thanks for your quick response. I have already tried ORDER BY clause , The main problem in my case is I have duplicate values in ...

Simplest way to clear out all records in a database

https://groups.google.com/g/ica-atom-users/c/Obxqc0AmhAw
May 11, 2015 ... If you are comfortable working with SQL, you could take a look at the database, and craft a SQL query that will delete all descriptions - be ...

After upgrade to 5.2 Background Tasks fail with java.lang ...

https://groups.google.com/g/sonarqube/c/lw4tPKjoPbM
Jan 5, 2016 ... Fixing collation differences in SQL Server ... Multiple entries with same ... com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert ...

How to execute queries with more parameters than allowed by the ...

https://groups.google.com/g/jooq-user/c/iJutCbCHIYo
Mar 8, 2017 ... Delete. You do not ... If I execute this query against an SQL Server database ... values in the IN list in order to have fewer possible SQL strings.

Configure MSSQL on a different server?

https://groups.google.com/g/dcm4che/c/gfRKeTaVdrY
Jan 8, 2013 ... ... server? My db of choice is MSSQL. Apologies if this is a duplicate post but I'm having trouble finding how to configure this. Plus, it is my ...

FAQ | Datastream | Google Cloud

https://cloud.google.com/datastream/docs/faq
Datastream enables seamless replication of data from relational database sources such as AlloyDB for PostgreSQL, PostgreSQL, MySQL, SQL Server and Oracle, ...

JOOQ INSERT IGNORE

https://groups.google.com/g/jooq-user/c/LvfNGIKpvn8
Delete. You do not have permission to ... HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere (which have the MERGE ... For example, without IGNORE , a row that ...

multiple file delete in job center

https://groups.google.com/g/xmpie-users/c/UCPQoSE3ClI
multiple file delete in job center ... drop rows from a table). In reality, the output ... XMPDB2 XMPDB2_log c:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\ ...

Avoiding duplicate resources

https://groups.google.com/g/hapi-fhir/c/A5ViHazXNcw
Is there a way to tell the FHIR server to avoid adding duplicate resources? ... SQL to prevent adding a new row to a table if ... rows with the same data in all ...

Data manipulation language (DML) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
Use the DELETE statement when you want to delete rows from a table. ... NULL = NULL evaluates to NULL instead of TRUE , and creates duplicate rows in the results.

Is there a Better Way of Finding Duplicates in an Index?

https://groups.google.com/g/ravendb/c/wuaMudKgNj0
Mar 18, 2015 ... I am running RavenDB #3599 with > 2 million documents. A small percentage of those documents (< 4%) have duplicate index values.

Kafka Connect JDBC produces duplicate messages in timestamp+ ...

https://groups.google.com/g/confluent-platform/c/QVhuLqoTLvE
I am using timestamp+incrementing with a query, on SQL Server and missing records here and there. What I have noticed is that any second and following ...

Find and Delete Duplicate Rows ... - Microsoft Sql Server Tutorials

http://feedproxy.google.com/~r/sqlservercurry/blog/~3/0jVtT92gaf8/find-and-delete-duplicate-rows-from.html
Oct 17, 2010 ... Someone recently asked me how to find and delete duplicate rows from sample tables, which do not have a Primary Key.

Deleting Duplicate Rows

https://groups.google.com/d/topic/powersoft.public.powerbuilder.datawindow/x7zHqB9vrv0
How to delete duplicate rows in a datawindow without using embedded SQL. Because we using three backend ie SQL server, Oracle, Adaptive Server. Pls reply

Multi row insert with On Duplicate Update (Microsoft Sql Server)

https://groups.google.com/g/jooq-user/c/YivILNbGMXo
Jul 5, 2016 ... Doesn't work anymore, because it doesn't fill the queries correctly with the records anymore. If I remove the onDuplicateKeyUpdate() it works ...