About 1,219,721 results (4,769 milliseconds)

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

Migration of Gerrit Server Old to New

https://groups.google.com/g/repo-discuss/c/9pIvKDll1sU
You do not have permission to delete messages in this group. Copy link. Report ... Upgrading database schema from version 29 to 30 ... Execute the following SQL ...

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

[postgis-users] problem with points in polygon edge

https://groups.google.com/g/postgis-users/c/3yB6im4wRGw
... record for each point. Lots of examples of this out there, e.g.. https://www.sqlshack.com/different-ways-to-sql-delete-duplicate-rows-from-a-sql-table/.

multiple image uploader

https://groups.google.com/g/xataface/c/4AUPhHA7PQc/m/KcZSlRs-vMAJ
May 21, 2014 ... it also displays duplicate records of the images. if I try and delete the duplicates it will delete the entire record. I hope you can shed ...

handles, isreplacedby, and withdrawn items

https://groups.google.com/g/dspace-tech/c/GYHaAaA0B-w/m/KpKWaE2QAAAJ
Kia ora all,. We're occasionally getting duplicate records created in Dspace with no way to resolve the issue other than to withdraw the earlier record and ...

Upserts in SqlAlchemy Core?

https://groups.google.com/g/sqlalchemy/c/63OnY_ZFmic
Dec 13, 2011 ... You do not have permission to delete messages in this group ... Postgresql, SQL Server, SQLite, don't have any kind of upsert so at ...

No Oracle database dialect

https://groups.google.com/g/repo-discuss/c/7LcT1CwEroo
You do not have permission to delete messages in this group. Copy link. Report ... We have implemented Ms SQL Server as well (other than Oracle) but need ...

How to do a simple INSERT OR UPDATE?

https://groups.google.com/g/jooq-user/c/w-WFrkCuM6s
You do not have permission to delete messages in this group ... UPSERT is STUPID, but implementing that capability using a SQL standard like MERGE is VERY NICE!

Multiple Renditions error using S3

https://groups.google.com/g/wagtail/c/Ts_ytEJbQmw
MultipleObjectsReturned: get() returned more than one Rendition -- it returned 2! In order to fix the error, I have to delete the image and upload it again.

Avoiding duplicate resources

https://groups.google.com/g/hapi-fhir/c/A5ViHazXNcw
You do not have permission to delete messages in this group. Copy link. Report ... Is there a way to tell the FHIR server to avoid adding duplicate resources?

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?

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

https://groups.google.com/g/postgis-users/c/ZAUbk51VoBc
Then I reduced the number of rows by grouping closer objects into one clump (using some clustering algorithm), and then compressed the clump as one row (the ...

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 ... The idea is to remove GROUP/ORDER clauses and COUNT(*) from original query ...

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 for two ... Query (SQL pass-through) qspt qsptOrder. Query (totals) qtot qtotResult.

multiple file delete in job center

https://groups.google.com/g/xmpie-users/c/UCPQoSE3ClI
to XMPie Interest Group. Hi,. From the sql in the maintenance doc: XMPDB2 XMPDB2 c:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\XMPDB2.mdf 4095.

How do I group in a union?

https://groups.google.com/g/microsoft.public.sqlserver.programming/c/dk4V401y9SI
Dec 3, 2007 ... is telling SQL Server to return one output row for each unique EmployeeID. ... duplicates you might consider using UNION ALL instead.

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

https://groups.google.com/g/jooq-user/c/YivILNbGMXo
Jul 5, 2016 ... You do not have permission to delete messages in this group. Copy ... Quite possibly, there's a bug that prevents using that combination of flags.

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

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

https://groups.google.com/g/ravendb/c/wuaMudKgNj0
Mar 18, 2015 ... I have no doubts that if I shipped my data to a SQL server I could get the information I need. But that seems like overkill. I'm not trying to ...