About 1,251,147 results (1,470 milliseconds)

YARA-L 2.0 language syntax | Google Security Operations | Google ...

https://cloud.google.com/chronicle/docs/detection/yara-l-2-0-syntax
... logical or operators in the events section as shown in the following examples: ... In the events section, predicates are joined using the and operator if an ...

Operators | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/operators
SELECT 1 IS NOT DISTINCT FROM 2. SELECT 1 IS NOT DISTINCT FROM NULL. LIKE ... operator. The quantified LIKE operator supports the following syntax: search_value [ ...

Query syntax | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax
... FROM clause containing FOR SYSTEM_TIME AS OF must not be any of the following: An array scan, including a flattened array or the output of the UNNEST operator.

Legacy SQL Syntax, Functions and Operators | BigQuery | Google ...

https://cloud.google.com/bigquery/docs/reference/legacy-sql
Aliases defined in a SELECT clause can be referenced in the GROUP BY , HAVING , and ORDER BY clauses of the query, but not by the FROM , WHERE , or OMIT RECORD ...

Problem with LINQ to NHibernate and vb.net and more logical ...

https://groups.google.com/g/nhusers/c/j08aOhIOru4/m/89qxyiZ4R4QJ
Dec 4, 2011 ... > not work with bits there. > But as I wrote: an SQL AND or OR operator is no AndElse or OrElse > ... In SQL, only the first Select of the ...

REST Resource: projects.deidentifyTemplates | Sensitive Data ...

https://cloud.google.com/sensitive-data-protection/docs/reference/rest/v2/projects.deidentifyTemplates
Apr 30, 2025 ... { "logicalOperator": enum ( LogicalOperator ), // Union field type can be only one of the following: "conditions": { object ( Conditions ) } // ...

[GA4] Segment builder - Analytics Help

https://support.google.com/analytics/answer/9304353?hl=en
Sharing an exploration to the property has no effect on the segments included in that exploration. In Explore, select an existing exploration or create a new ...

Trying to pull data from one Tab in a Sheet to another based on 2 ...

https://support.google.com/docs/thread/153389324/trying-to-pull-data-from-one-tab-in-a-sheet-to-another-based-on-2-cells-in-a-row?hl=en
Mar 3, 2022 ... You must use AND logical operator since there are two conditions to match. I've added the following formula in pkv_test. =QUERY('Master ...

User-defined functions | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/user-defined-functions
A scalar subquery must select a single column. The following example shows a ... Logical Operators - AND , OR , NOT; IS Operator. For example, a masking ...

Query Language Reference (Version 0.7) | Charts | Google for ...

https://developers.google.com/chart/interactive/docs/querylanguage
You can join multiple conditions using the logical operators and , or , and not . ... Scalar functions can be used in any of the following clauses: select , where ...

Migrating to GoogleSQL | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql
#legacySQL SELECT user, action, day FROM V;. Suppose that you execute the following legacy SQL query daily, but you want to migrate it to use GoogleSQL instead:.

Problems selecting extruded edges for fillet

https://groups.google.com/g/cadquery/c/qEAMOFQkeD8
Mar 20, 2021 ... Can anyone suggest an edge selector expression that will select just ... Use the not logical operator to select all edges that are not ...

Optimize query computation | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/best-practices-performance-compute
For example, the following query performs a JOIN on two large tables without any filtering beforehand: WITH users_posts AS ( SELECT ...

Perform simple and compound queries in Cloud Firestore | Firebase

https://firebase.google.com/docs/firestore/query-data/queries
Cloud Firestore provides support for logical OR queries through the or , in , and array-contains-any operators. These queries are limited to 30 disjunctions ...

Google Sheets function list - Google Docs Editors Help

https://support.google.com/docs/table/25273?hl=en
NOT(logical_expression), Returns the opposite of a logical value - `NOT(TRUE)` ... Returns one number divided by another. Equivalent to the `/` operator. Learn more.

Build and save queries by using the Logging query language ...

https://cloud.google.com/logging/docs/view/building-queries
When using Boolean operators in your search expressions, note the following: ... When selecting multiple severity levels, the logical operator OR is used.

Work with multi-statement queries | BigQuery | Google Cloud

https://cloud.google.com/bigquery/docs/multi-statement-queries
For example, the following is not considered a multi-statement query: ... SELECT column1 FROM t; -- No cost, since y = 'foo' doesn't reference a table ...

One filter, multiple email addresses

https://groups.google.com/g/gmail-power-users/c/eSxF3VYB1Fk
... not how many "OR" operators you can use. ... If you wanted a "logical OR" but you made the filter as a "logical AND", then it will not do what you wanted.

Logging query language | Google Cloud

https://cloud.google.com/logging/docs/view/logging-query-language
[OP]: is a comparison operator, one of the following: See more code actions ... When you use the Boolean NOT operator on a missing field, the result is TRUE :.