About 1,149,220 results (3,172 milliseconds)

Dimension, filter, and parameter types | Looker | Google Cloud

https://cloud.google.com/looker/docs/reference/param-dimension-filter-parameter-types
For parameter fields whose values will be inserted directly into SQL ... A SQL expression that is a timestamp, such as a reference to a SQL column that is a ...

Insert, update, and delete data using mutations | Spanner | Google ...

https://cloud.google.com/spanner/docs/modify-mutation-api
Each client library provides multiple ways to delete rows: Delete all the rows in a table. Delete a single row by specifying the key column values for the row.

Specify nested and repeated columns in table schemas | BigQuery ...

https://cloud.google.com/bigquery/docs/nested-repeated
Notice that the addresses column contains an array of values (indicated by [ ] ). The multiple addresses in the array are the repeated data. The multiple fields ...

Introduction to partitioned tables | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/partitioned-tables
Integer range partitioning. You can partition a table based on ranges of values in a specific INTEGER column. To create an integer-range partitioned ...

Parameters - Looker Studio Help

https://support.google.com/looker-studio/answer/9002005?hl=en
For example, you can create calculated fields that include input from people using your report, or pass values back to the SQL query used by your data source.

Data definition language (DDL) statements in GoogleSQL ...

https://cloud.google.com/bigquery/docs/reference/standard-sql/data-definition-language
It does not impact existing fields in the table. The following values are supported: "ROUND_HALF_AWAY_FROM_ZERO" : Halfway cases are rounded away from zero. For ...

Debezium UnwrapFromEnvelope transformation "delete.handling ...

https://groups.google.com/g/debezium/c/b8IBm_yF6eI/m/0ijjSoBOBAAJ
Aug 29, 2018 ... I was expecting the DELETE message to be sent with a NULL value and ... anything like "I have no experience with MS SQL Server connector" ...

bq command-line tool reference | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/bq-cli-reference
If the flag is not specified, then the default server value 1.0 is used. ... The COLUMNS value is a comma-separated list of column names to use for clustering.

How to Get Only the Column Value in the Message Key using ...

https://groups.google.com/g/debezium/c/SEpCQaKfZOQ
Jul 25, 2022 ... The database is SQL Server, and I use the SQL Server Debezium source connector (version: 1.9.3.Final) to stream the data to the topic. I get ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
The expression must either be a table alias or evaluate to a single value of a data type with fields, such as a STRUCT. The following query produces one output ...

Delete data from Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/manage-data/delete-data
For more information, see Delete Collections. Delete fields. To delete specific fields from a document, use the following language-specific FieldValue.delete() ...

Specify default column values | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/default-values
Remove default values. To remove the default value for a column, select one of the following options: Console SQL ...

Insert, update, and delete data using data manipulation language ...

https://cloud.google.com/spanner/docs/dml-tasks
Note: Spanner Studio (formerly labeled Query in the Google Cloud console) supports SQL, DML, and DDL operations in a single editor. For more information, see ...

Update a single column of a row in a Model

https://groups.google.com/g/django-users/c/mhKTaW1noYY
Mar 3, 2010 ... forms.Form with one field and use its value in a queryset .update() ... will produce an SQL UPDATE that only touches the name column. Karen.

Why fetching empty value fields as null by JOOQ?

https://groups.google.com/g/jooq-user/c/9rU3Ol8k9Fg
Feb 3, 2014 ... In general, jOOQ maps Java null to SQL NULL/UNKNOWN just like JDBC does as well. I wasn't aware of SQL Server providing a way to distinguish NULL from "EMPTY".

GoogleSQL data definition language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/data-definition-language
Writes to the column are rejected if the new value is not a valid Unicode string or exceeds the specified length. length can be an integer in the range [1, ...

GoogleSQL data manipulation language | Spanner | Google Cloud

https://cloud.google.com/spanner/docs/reference/standard-sql/dml-syntax
If the row does not exist, the previous statement inserts a new row with values in the specified fields. You can use INSERT OR UPDATE in single or batch DML ...

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

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 ... Values added must be compatible with the target column's data type. Following are few patterns to add rows into a BigQuery table: INSERT using ...

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

https://cloud.google.com/bigquery/docs/reference/standard-sql/dml-syntax
If the target table is an ingestion-time partitioned table, column names must be specified. Value type compatibility. Values added with an INSERT statement must ...