About 1,466,165 results (4,074 milliseconds)

[postgis-users] Slow construction of GiST index, but better with ...

https://groups.google.com/g/postgis-users/c/ZAUbk51VoBc
Oracle Spatial, SQL Server, PostGIS, MySQL, ArcSDE FME Awarded "2011 Oracle ... I used postgresql to delete the duplicates. All my SQL appears to be ...

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
For example, you can rewrite the previous query using WITH : See more ... Use the DELETE statement when you want to delete rows from a table. See more ...

How To Find Duplicate Entries Using SQL

https://groups.google.com/g/comp.databases.informix/c/lFD6pkgDkDA
Mar 6, 2002 ... Assuming that you've delete most of the rows but for some reason the serial id 1 is still there then you will get a duplicate. We have ...

Cloud Data Fusion Plugin Reference | Google Cloud

https://cloud.google.com/data-fusion/plugins
Reads from a SQL Server using a configurable SQL query. Outputs one record for each row returned by the query. Google Cloud.

JOOQ INSERT IGNORE

https://groups.google.com/g/jooq-user/c/LvfNGIKpvn8
ON DUPLICATE KEY UPDATE [any-field] = [any-field] DB2, HSQLDB, Oracle, SQL Server, Sybase SQL Anywhere: MERGE INTO .. dst. USING (SELECT 1) src. ON [dst.key] ...

Bulk Inserts and Unique Constraints

https://groups.google.com/g/sqlalchemy/c/TPy9b2bKeY0
Mar 23, 2014 ... Removing the unique indexes on both the entries and segments tables and replacing them with ... SQL Server dialects.. Reply all. Reply ...

"An existing connection was forcibly closed by the remote host" I'm ...

https://groups.google.com/g/mongodb-user/c/DqTDNMivPDg
Dec 27, 2010 ... using the Sql Server DB. If on then it sends the query to Mongo instead. So I can turn Mongo on and off at will. Since we pushed live. Much ...

Best practice: When to use database views and stored procedures in ...

https://groups.google.com/g/cfwheels/c/CkJ4nTOd3vw
Oct 30, 2013 ... You don't have to duplicate the SQL code on each controller. The bottom line, if you use SQL for update query ... Server, In-Memory database ...

[Video] Office Hours 2018/8/1 (With Transcriptions) - Brent Ozar ...

https://feedproxy.google.com/~r/BrentOzar-SqlServerDba/~3/WLxNWxNhRXY/
Aug 4, 2018 ... Erik Darling: Let's see here. You can tell there are some humdingers in the list. “On SQL Server 2014 Standard, I have a query that is not ...

Multiple copies and numbering

https://groups.google.com/g/xmpie-users/c/PP7bkCs1qxk
Feb 16, 2013 ... Try using page numbers in InDesign to get your unique numbers across 10 records, but that would get you 10 copies of duplicate numbers.

Clementine creates duplicates in library · Issue #1785 · clementine ...

https://code.google.com/p/clementine-player/issues/detail?id=1785
Dec 9, 2013 ... Nice music by the way. I'm currently working on a sql query I use to remove all the duplicates. delete from songs where filename in ( select ...

ms-access faq

https://groups.google.com/g/comp.databases.ms-access/c/8qkhvmRjMgQ
make-table query to eliminate the duplicate data, but if key fields ... They won't export properly to SQL Server. 2. After exporting an Access table to SQL Server ...

Slow loading for large (~70k articles) site

https://groups.google.com/g/joomla-dev-general/c/sVFw9reqGGw
Loading ~70k records through a multi-join query. As you all know, a JOIN ... The group by changes are indeed for PostgreSQL and SQL Server support.

CURSORS AND manipulating data into a temporary table variable ...

https://groups.google.com/g/comp.databases.ibm-db2/c/T9Z3CcBfoUM
Jan 27, 2008 ... using a cursor to insert distinct rows by using the (FETCH FIRST 1 ... Why are you posting SQL Server/Sybase dialect on a DB2 newsgroup?

wrong number of rows returned

https://groups.google.com/g/sqlalchemy/c/Te0u66_kkf4
Aug 24, 2009 ... > sql into the online mysql query vs from sqlalchemy directly? for the reasons I've given - entities are uniqued, primary keys with null ...

Re: Pagination problems using SQLAlchemy & MSSQL in Pylons ...

https://groups.google.com/g/sqlalchemy/c/4KGiV5whgms
row_number() is always distinct, therefore, the results returned by the above query will include all duplicate rows, now why would group by orn_rn, path help in ...

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

https://groups.google.com/g/ravendb/c/wuaMudKgNj0
Mar 18, 2015 ... ... sql server or postgres is viable. ... I'm not trying to do business analytics here, just an ad-hoc query to find duplicate documents in my ...

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 ... If duplicate values are encountered, return the maximum ID for each duplicate row. Using the outer query, delete any ID returned by subquery. -- ...

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

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

https://groups.google.com/g/confluent-platform/c/QVhuLqoTLvE
It might help to just sanity check that we're getting the query ... I am using timestamp+incrementing with a query, on SQL Server and missing records here and ...