About 1,318,390 results (3,204 milliseconds)

Unique index or primary key violation in FullText indexes tables ...

https://groups.google.com/g/h2-database/c/rVtF58dpj9A
My opinion is that this is a bug in H2. I managed to "solve" the problem by deleting all records in the table ... VALUES (1, 57336, 727241)"; SQL statement:.

Adding tagged values to certain elements

https://groups.google.com/g/sparx-enterprise-architect-general/c/CyGtzH4Ef04
Delete. You do not have permission to delete messages in this ... Is there a way to generate the EA_GUID and Property/Object IDs from a SQL statement ?

Upgrading from Ebean 3.2.5 - NPE and null IDs

https://groups.google.com/g/ebean/c/WfvhFuphN9w
When I remove that, the NPE ... Internally Ebean will set a SQL distinct when it needs to (it has always done that) when the sql rows will have duplicates.

query .all and .count return different results when used with a subquery

https://groups.google.com/g/sqlalchemy/c/iqkl3PB10kM
Aug 3, 2012 ... From sql: select * from values where resource_parent_id = 622849 ... Is there any way to remove this de-duplicate behavior or work around?

Batch Insert / Updates with Upset

https://groups.google.com/g/jooq-user/c/nIdQNLAj6wk
But since 'id' is the actual key it won't ever conflict on ID since that is just a sequence. in which case my SQL would end up having a constraint / index on ( ...

Deletion of duplicate rows in a table

https://groups.google.com/g/comp.databases.informix/c/peJFHeP2wpo
Jun 19, 1996 ... Is it possible in Ansi-Sql ? I tried using the following query but it is giving a syntax error : delete from table where ( select column 1, ...

ActiveRecord/Arel delete with joins?

https://groups.google.com/g/rubyonrails-talk/c/TnUTZo7Gmi4/m/oRQomT29TboJ
Oct 28, 2011 ... delete and have the id test only to make sure that you delete only one ... And yeah… it seems like just putting SQL into a delete_all call is the ...

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

https://groups.google.com/g/jooq-user/c/YivILNbGMXo
Jul 5, 2016 ... ... database that supports adding several VALUES() clauses and ON DUPLICATE KEY UPDATE clauses. ... If I remove the onDuplicateKeyUpdate() it ...

Bulk Import Queue

https://groups.google.com/g/hapi-fhir/c/HfK-q9y-E8k
May 2, 2023 ... The import itself does not contain duplicate IDs, but some of the ... SQL Error: 0, SQLState: 235. --------. In this case, Organization ...

Another CSV related question! How do you search and delete a ...

https://groups.google.com/g/golang-nuts/c/FX7WcHbO0o4
Apr 18, 2014 ... Yes, it duplicates the ID by storing it in the Student and the map ... delete, and search) without having to use a database such as SQL.

Adding a primary key in a huge CloudSQL table

https://groups.google.com/g/google-cloud-sql-discuss/c/N9kWoOS67VY/m/fmZwLfpcBQAJ
Apr 25, 2016 ... It is composed of 52 million rows of 20 columns each. I would like to add one, since I will remove duplicates and doing so without primary key ...

Error: duplicate header fields found - Best practice workflow for CSV ...

https://groups.google.com/g/resourcespace/c/hv5DFmphJ_Y
Dec 13, 2015 ... Tried downloading CSV for files I had uploaded, changing arbitrary data for correct data, then upload to database. ... ID(s) in case this could be ...

ClueGO Arabidopsis IDs

https://groups.google.com/g/cytoscape-helpdesk/c/4AhFwH7uvdg
If you want the ATH ids as label, just duplicate the first column with the gene ids and name it "SymbolID" and remove the the other SymbolID column then it ...

Duplicate Nodes

https://groups.google.com/g/neo4j/c/f8Z7x1VOOlY
... Replace highlighted ids with CommaSeparatedListOfIds from step 1. MATCH n-[r]-() // Delete relationships for each duplicate before deleting the node. DELETE r, ...

Duplicate records appearing in full width treeview

https://groups.google.com/g/ica-atom-users/c/gvOwor4FkaM
We've added a SQL query to the Dealing with data corruption section of the our Troubleshooting page in the 2.5 docs, which will allow you to check for ...

multiple foreign keys on the same column

https://groups.google.com/g/jooq-user/c/SAGC0FZtJrs
Dec 19, 2012 ... ... records in SQL. A Set would erroneously remove the duplicate. 2) SQL allows for ordering records (a non-relational SQL feature). This ...

Event ID not unique and Joins

https://groups.google.com/g/snowplow-user/c/Z_3o7snl3xs/m/RcS1-Ngzd2QJ
So you're suggesting we manually remove events with duplicate event ids? ... SQL query and than decide which record to remove? The uniqueness of IDs is an ...

Remove Duplicate Edges in Azure Cosmos DB

https://groups.google.com/g/gremlin-users/c/ESgMnOaIba0
==>[id:9dc58a44-67d2-4d13-81bf-a959bbffce54,label:has,type:edge,inVLabel:Document,outVLabel:Test,inV:93c1e4b7-b154-79b3-fd30-c14ffec810ed,outV:02487654]. ==>[id ...

How do I count up values while excluding duplicates from other ...

https://support.google.com/docs/thread/99182081/how-do-i-count-up-values-while-excluding-duplicates-from-other-ranges?hl=en
Feb 21, 2021 ... And to let you check, I listed the atheletes that the formula is counting, off to the right. You can delete all of that when you've reviewed and ...

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. ... removing duplicates. (and I am not even going into ...