About 1,679,609 results (2,445 milliseconds)

Modifying table schemas | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/managing-table-schemas
Make all columns NULLABLE with an append job. Change a column's default value; Delete a column ... To change a column's data type into a castable type, use a SQL ...

Manage Users | Firebase Authentication

https://firebase.google.com/docs/auth/admin/manage-users
Delete User Data. Get Started. Firestore Bundle Builder. Get Started · Reference ... The Firebase Admin SDK can also delete multiple users at once. However, note ...

Clear browsing data in Chrome - Computer - Google Chrome Help

https://support.google.com/chrome/answer/2392709?hl=en&co=GENIE.Platform%3DDesktop
You can delete your browsing history and other browsing data, like saved form entries, or just delete data from a specific date. What happens to your info.

Delete a data source - Looker Studio Help

https://support.google.com/looker-studio/answer/6300783?hl=en
How to remove, restore, and permanently delete data sources.In Looker Studio, removing an asset is temporary. You can restore assets that you've removed.

How to merge rows of records?

https://groups.google.com/g/openrefine/c/vGfXIQQrbB4
Jun 6, 2017 ... You will then have a single row per record, but some cells will contain multiple values. ... Once you've done all these, you can simply delete all ...

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 databases can't simply be ... All data transferred to the new case sensitive database correctly. 5 ...

jOOQ - General way to insert multiple data and get generated IDs

https://groups.google.com/g/jooq-user/c/A5e2CvZUGoQ
I'm not sure if jOOQ can always correlate arbitrary server side errors to individual batched records in all RDBMS. ... sql-building/sql-parser/sql-parser-grammar/.

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

GoogleSQL data manipulation language | Cloud Spanner | Google ...

https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax
DELETE FROM table_name WHERE true;. The WHERE clause can contain any valid SQL statement, including a subquery that refers to other tables.

Transactions and batched writes | Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/transactions
Updating data with transactions. Using the Cloud Firestore client libraries, you can group multiple operations into a single transaction. Transactions are ...

#23646 Enhancement: Updating multiple values in a single sql ...

https://groups.google.com/g/django-developers/c/Hcsh4r9_mHg
Oct 20, 2014 ... ... multiple rows with different values for the same field for a particular Django queryset in a single SQL query without having to write raw SQL.

How to Delete All Records in A Paradox Table?

https://groups.google.com/g/comp.lang.pascal.delphi.misc/c/sXFvJtiagV8
> DELETE > FROM tablename > > Should delete all of the record from the table. This syntax is for SQL > server...yours might be slightly different.. > > CatYak > ...

Add, modify, and delete records | Cloud DNS | Google Cloud

https://cloud.google.com/dns/docs/records
Relational database services for MySQL, PostgreSQL and SQL Server. Cloud SDK ... servers or use the same priority to distribute the load across multiple mail ...

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

Use multiple data sources - AppSheet Help

https://support.google.com/appsheet/answer/10106309?hl=en
Summary of data source types · AWS DynamoDB · Google BigQuery · MariaDB · MySQL · On-premises database · Oracle · PostgreSQL · SQL Server.

Delete all rows in BigQuery and other DML statements to add ...

https://cloud.google.com/blog/topics/developers-practitioners/bigquery-explained-data-manipulation-dml
Nov 13, 2020 ... When performing a DELETE operation to remove all the rows from a table, use TRUNCATE TABLE statement instead. The TRUNCATE TABLE statement is a ...

Delete data from Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/delete-data
If you need to delete entire collections, do so only from a trusted server environment. ... Dataflow is a great tool for bulk operations on your Firestore ...

multiple file delete in job center

https://groups.google.com/g/xmpie-users/c/UCPQoSE3ClI
... SQL Server\MSSQL.1\MSSQL\DATA\XMPDB2_log.LDF 0. XMPDBASSETS XMPDBASSETS c:\Program Files (x86)\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\XMPDBASSETS.mdf 2.

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
When there are multiple qualified clauses, only the first when_clause is executed for a row. matched_clause. The matched_clause defines how to update or delete ...

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